Click or drag to resize
MediaStreamReceiver Class
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
Methods
  NameDescription
Public methodDispose
Disposes the object.
(Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Disposes the object.
(Overrides DisposableClassDispose(Boolean).)
Protected methodFinalize
(Inherited from DisposableClass.)
Protected methodOnDataReceived
This will be called when media data received from a media handler.
(Inherited from AbstractMediaReceiverTData, TFormat.)
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
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.)
Public methodStop
Stops the streaming.
Top
Fields
  NameDescription
Protected fieldSync
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
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
Top
Events
See Also