Click or drag to resize
RawRecorder Class
Records the raw PCM data.
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class RawRecorder : MediaStreamReceiver

The RawRecorder type exposes the following members.

Constructors
  NameDescription
Public methodRawRecorder(Stream)
Initializes a new instance of the RawRecorder class.
Public methodRawRecorder(String)
Initializes a new instance of the RawRecorder class.
Public methodRawRecorder(Stream, WaveFormat)
Initializes a new instance of the RawRecorder class.
Top
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
Fields
  NameDescription
Protected fieldSync (Inherited from MediaStreamReceiver.)
Top
Properties
  NameDescription
Public propertyConverterType (Inherited from AudioReceiver.)
Public propertyID (Inherited from DisposableClass.)
Public propertyIsStreaming
Gets or sets a value that is true if the wave is streaming, otherwise false.
(Inherited from MediaStreamReceiver.)
Public propertyMediaFormat
Protected propertyPosition
Gets or sets the current position in the audio stream
(Inherited from MediaStreamReceiver.)
Public propertyReceiveFormats
Gets a list of media formats that the media handler can handle. If no media format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Public propertyStream
Gets the stream
(Inherited from MediaStreamReceiver.)
Top
Events
  NameDescription
Public eventReceiveFormatsChanged
Occurs when an item is added or removed from the ReceiveFormats collection.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Public eventStopped
Occurs when the audio recording or playing has been stopped
(Inherited from MediaStreamReceiver.)
Top
See Also