MediaPlayer.NaturalVideoHeight 屬性

定義

取得視訊的像素高度。

public:
 property int NaturalVideoHeight { int get(); };
public int NaturalVideoHeight { get; }
member this.NaturalVideoHeight : int
Public ReadOnly Property NaturalVideoHeight As Integer

屬性值

Int32

視訊的像素高度。

備註

如果媒體類型為音訊,則會傳回 Null。

適用於