MediaPlaybackSession.NaturalVideoWidth Property

Definition

Gets the width of the video in the currently playing media item.

public:
 property unsigned int NaturalVideoWidth { unsigned int get(); };
uint32_t NaturalVideoWidth();
public uint NaturalVideoWidth { get; }
var uInt32 = mediaPlaybackSession.naturalVideoWidth;
Public ReadOnly Property NaturalVideoWidth As UInteger

Property Value

UInt32

unsigned int

uint32_t

The width of the video in the currently playing media item, in pixels.

Remarks

If the currently playing media item is audio-only, the value of this property is 0.

Applies to