Click or drag to resize

MediaStreamReceiver Class

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

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public abstract class MediaStreamReceiver : AudioReceiver

The MediaStreamReceiver type exposes the following members.

Constructors
  NameDescription
Protected methodMediaStreamReceiver
Initializes a new instance of the MediaStreamReceiver class.
Protected methodMediaStreamReceiver(Stream)
Initializes a new instance of the MediaStreamReceiver class.
Protected methodMediaStreamReceiver(String)
Initializes a new instance of the MediaStreamReceiver class.
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.
Protected propertyPosition
Gets or sets the current position in the audio stream
Public propertyReceiveFormats (Inherited from AbstractMediaReceiverAudioData, AudioFormat.)
Public propertyStream
Gets the stream
Top
Methods
  NameDescription
Public methodDispose (Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Disposes the object.
(Overrides DisposableClass.Dispose(Boolean).)
Protected methodFinalize (Inherited from DisposableClass.)
Protected methodOnDataReceived (Inherited from AbstractMediaReceiverAudioData, AudioFormat.)
Public methodPause
Pauses the streaming. (If the streaming is already paused then does nothing.)
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.)
Public methodStop
Stops the streaming.
Top
Events
  NameDescription
Public eventReceiveFormatsChanged (Inherited from AbstractMediaReceiverAudioData, AudioFormat.)
Public eventStopped
Occurs when the audio recording or playing has been stopped
Top
Fields
  NameDescription
Protected fieldSync
Top
See Also