AppBroadcastPreviewStreamReader.VideoWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the video width, in pixels, of the app broadcast preview stream.
public:
property unsigned int VideoWidth { unsigned int get(); };
uint32_t VideoWidth();
public uint VideoWidth { get; }
var uInt32 = appBroadcastPreviewStreamReader.videoWidth;
Public ReadOnly Property VideoWidth As UInteger
Property Value
The video width, in pixels, of the app broadcast preview stream.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|