AppBroadcastStreamReader.VideoHeight 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 height of the frames in the video stream associated with the AppBroadcastStreamReader.
public:
property unsigned int VideoHeight { unsigned int get(); };
uint32_t VideoHeight();
public uint VideoHeight { get; }
var uInt32 = appBroadcastStreamReader.videoHeight;
Public ReadOnly Property VideoHeight As UInteger
Property Value
The height of the frames in the video stream
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|