MediaPlayer.NaturalVideoHeight 属性

定义

获取视频的像素高度。

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

属性值

Int32

视频的像素高度。

注解

如果媒体类型为音频,则返回 Null。

适用于