MediaCodecInfo.VideoCapabilities.GetSupportedWidthsFor(Int32) メソッド

定義

ビデオの高さのサポートされているビデオ幅の範囲を返します。

[Android.Runtime.Register("getSupportedWidthsFor", "(I)Landroid/util/Range;", "")]
public Android.Util.Range? GetSupportedWidthsFor (int height);
[<Android.Runtime.Register("getSupportedWidthsFor", "(I)Landroid/util/Range;", "")>]
member this.GetSupportedWidthsFor : int -> Android.Util.Range

パラメーター

height
Int32

ビデオの高さ

戻り値

属性

注釈

ビデオの高さのサポートされているビデオ幅の範囲を返します。

android.media.MediaCodecInfo.VideoCapabilities.getSupportedWidthsFor(int)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象