Click or drag to resize
RawRecorder Methods

The RawRecorder type exposes the following members.

Methods
  NameDescription
Public methodDispose
Disposes the object.
(Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Disposes the object.
(Inherited from MediaStreamReceiver.)
Protected methodFinalize
(Inherited from DisposableClass.)
Protected methodOnDataReceived (Overrides AbstractMediaReceiverTData, TFormatOnDataReceived(Object, TData).)
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
Sets the audio formats that the audio handler can receive. If no audio format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.)
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