Click or drag to resize

MediaStreamSender Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderAudioData, AudioFormat
      AudioSender
        Ozeki.MediaMediaStreamSender
          Ozeki.MediaTimerBasedMediaStreamHandler

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class MediaStreamSender : AudioSender

The MediaStreamSender type exposes the following members.

Constructors
 NameDescription
Protected methodMediaStreamSender Initializes a new instance of the MediaStreamSender class.
Protected methodMediaStreamSender(Stream) Initializes a new instance of the MediaStreamSender class.
Protected methodMediaStreamSender(String) Initializes a new instance of the MediaStreamSender class.
Top
Properties
 NameDescription
Public propertyID
(Inherited from DisposableClass)
Public propertyIsStreaming Gets or sets a value that is true if the wave is streaming, otherwise false.
Public propertyOutputFormat 
Protected propertyPosition Gets or sets the current position in the audio stream
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)
Public methodGetAudioFormat
(Overrides AudioSender.GetAudioFormat)
Public methodPause Pauses the streaming. (If the streaming is already paused then does nothing.)
Protected methodReceiverConnected
(Inherited from AudioSender)
Protected methodReceiverDisconnected
(Inherited from AudioSender)
Protected methodSendMediaData
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public methodSetPreferredSendFormats
(Inherited from AbstractMediaSenderAudioData, 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 eventMediaDataSent
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public eventStopped Occurs when the audio recording or playing has been stopped
Top
Fields
 NameDescription
Protected fieldSync 
Top
See Also