| MediaStreamReceiverIsStreaming Property  | 
            Gets or sets a value that is true if the wave is streaming, otherwise false. 
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic bool IsStreaming { get; }Public ReadOnly Property IsStreaming As Boolean
	Get
public:
property bool IsStreaming {
	bool get ();
}member IsStreaming : bool with get
Property Value
Type: 
Boolean
See Also