MediaPlayer.NaturalVideoWidth 属性

定义

获取视频的像素宽度。

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

属性值

视频的像素宽度。

注解

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

适用于