MiracastReceiverVideoStreamSettings.Size 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.
Specifies the width and height of the video stream, in pixels.
public:
property SizeInt32 Size { SizeInt32 get(); void set(SizeInt32 value); };
SizeInt32 Size();
void Size(SizeInt32 value);
public SizeInt32 Size { get; set; }
var sizeInt32 = miracastReceiverVideoStreamSettings.size;
miracastReceiverVideoStreamSettings.size = sizeInt32;
Public Property Size As SizeInt32
Property Value
The width and height of the video stream, in pixels.
Remarks
This is the size of the video stream as encoded by the Miracast transmitters. The property does not account for any scaling of the video display window that may be done by the app.