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.5.1
Syntax
public class MediaStreamSender : AudioSender

The MediaStreamSender type exposes the following members.

Constructors
 NameDescription
Protected methodMediaStreamSenderInitializes 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 
Public propertyOutputFormat 
Protected propertyPosition 
Public propertyStream 
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the MediaStreamSender and optionally releases the managed resources
(Overrides DisposableClass.Dispose(Boolean))
Protected methodFinalize
(Inherited from DisposableClass)
Public methodGetAudioFormat
(Overrides AudioSender.GetAudioFormat)
Public methodPause 
Protected methodReceiverConnected
(Inherited from AudioSender)
Protected methodReceiverDisconnected
(Inherited from AudioSender)
Protected methodSendMediaData
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public methodSetPreferredSendFormats
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public methodStart 
Public methodStop 
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public eventStopped 
Top
Fields
 NameDescription
Protected fieldSync 
Top
See Also