MediaStreamReceiverPosition Property |
Gets or sets the current position in the audio stream
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected int Position { get; set; }
Protected Property Position As Integer
Get
Set
protected:
property int Position {
int get ();
void set (int value);
}
member Position : int with get, set
Property Value
Type:
Int32See Also