Click or drag to resize

RawRecorder Methods

The RawRecorder type exposes the following members.

Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean) Disposes the object.
(Inherited from MediaStreamReceiver)
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodOnDataReceived
(Overrides AbstractMediaReceiver.OnDataReceived(Object, UTP))
Public methodPause Pauses the streaming. (If the streaming is already paused then does nothing.)
(Inherited from MediaStreamReceiver)
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.)
(Inherited from MediaStreamReceiver)
Public methodStop Stops the streaming.
(Inherited from MediaStreamReceiver)
Top
See Also