Click or drag to resize

MediaStreamReceiver Methods

The MediaStreamReceiver type exposes the following members.

Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean) Disposes the object.
(Overrides DisposableClass.Dispose(Boolean))
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodOnDataReceived
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Public methodPause Pauses the streaming. (If the streaming is already paused then does nothing.)
Protected methodSenderConnected
(Inherited from AudioReceiver)
Protected methodSenderDisconnected
(Inherited from AudioReceiver)
Protected methodSetReceiveFormats
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Public methodStart Starts the stream given in the Stream property. (If the stream is already started then does nothing.)
Public methodStop Stops the streaming.
Top
See Also