Click or drag to resize

WaveStreamRecorder Methods

The WaveStreamRecorder 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. (If the streaming is already stopped then does nothing.)
(Overrides MediaStreamReceiverStop.)
Top
See Also