Share via


MiracastReceiverVideoStreamSettings.Size Property

Definition

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.

Applies to