[Missing <summary> documentation for "P:Ozeki.Media.MediaHandlers.MediaStreamHandler.Position"]

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

Syntax

C#
protected int Position { get; set; }
Visual Basic
Protected Property Position As Integer
	Get
	Set
Visual C++
protected:
property int Position {
	int get ();
	void set (int value);
}

Property Value

Type: Int32

See Also