Click or drag to resize

RawRecorder Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaReceiverAudioData, AudioFormat
      AudioReceiver
        Ozeki.MediaMediaStreamReceiver
          Ozeki.MediaRawRecorder

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
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
Properties
 NameDescription
Public propertyConverterType
(Inherited from AudioReceiver)
Public propertyID
(Inherited from DisposableClass)
Public propertyIsStreaming
(Inherited from MediaStreamReceiver)
Public propertyMediaFormat 
Protected propertyPosition
(Inherited from MediaStreamReceiver)
Public propertyReceiveFormats
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Public propertyStream
(Inherited from MediaStreamReceiver)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)
(Inherited from MediaStreamReceiver)
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodOnDataReceived
(Overrides AbstractMediaReceiver.OnDataReceived(Object, UTP))
Public methodPause
(Inherited from MediaStreamReceiver)
Protected methodSenderConnected
(Inherited from AudioReceiver)
Protected methodSenderDisconnected
(Inherited from AudioReceiver)
Protected methodSetReceiveFormats
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Public methodStart
(Inherited from MediaStreamReceiver)
Public methodStop
(Inherited from MediaStreamReceiver)
Top
Events
 NameDescription
Public eventReceiveFormatsChanged
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Public eventStopped
(Inherited from MediaStreamReceiver)
Top
Fields
 NameDescription
Protected fieldSync
(Inherited from MediaStreamReceiver)
Top
See Also