[Missing <summary> documentation for "P:Ozeki.VoIP.Media.VideoFormat.Width"]

Namespace: Ozeki.VoIP.Media
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public int Width { get; private set; }
Visual Basic
Public Property Width As Integer
	Get
	Private Set
Visual C++
public:
property int Width {
	int get ();
	private: void set (int value);
}

Property Value

Type: Int32

See Also