Click or drag to resize

StereoMixer Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderAudioData, AudioFormat
      AudioSender
        Ozeki.MediaTimerBasedMediaHandler
          Ozeki.MediaStereoMixer

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public class StereoMixer : TimerBasedMediaHandler

The StereoMixer type exposes the following members.

Constructors
 NameDescription
Public methodStereoMixerInitializes a new instance of the StereoMixer class
Public methodStereoMixer(AudioFormat)Initializes a new instance of the StereoMixer class
Top
Properties
 NameDescription
Public propertyID
(Inherited from DisposableClass)
Public propertyLeftChannel 
Protected propertyPacketizationTime
(Inherited from TimerBasedMediaHandler)
Public propertyRightChannel 
Protected propertySync
(Inherited from TimerBasedMediaHandler)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the StereoMixer and optionally releases the managed resources
(Overrides TimerBasedMediaHandlerDispose(Boolean))
Protected methodFinalize
(Inherited from DisposableClass)
Public methodGetAudioFormat
(Overrides AudioSender.GetAudioFormat)
Protected methodReceiverConnected
(Inherited from AudioSender)
Protected methodReceiverDisconnected
(Inherited from AudioSender)
Protected methodSendMediaData
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public methodSetPreferredSendFormats
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Protected methodstartTimer
(Inherited from TimerBasedMediaHandler)
Protected methodstopTimer
(Inherited from TimerBasedMediaHandler)
Protected methodTimerTick
(Overrides TimerBasedMediaHandlerTimerTick(UInt32))
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Top
See Also