CaptureDeviceMulticastProviderClientWidth Property |
Gets or sets the desired width of the output pictures.
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int Width { get; set; }
Public Property Width As Integer
Get
Set
public:
property int Width {
int get ();
void set (int value);
}
member Width : int with get, set
Property Value
Type:
Int32
The desired width of the output pictures
See Also