Click or drag to resize

StereoMixer Class

MediaHandler, which is able to create stereo audio from two different audio sources.
Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderAudioData, AudioFormat
      AudioSender
        Ozeki.MediaTimerBasedMediaHandler
          Ozeki.MediaStereoMixer

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

The StereoMixer type exposes the following members.

Constructors
 NameDescription
Public methodStereoMixer Creates a new StereoMixer instance, which is able to create stereo audio from two different audio sources.
Public methodStereoMixer(AudioFormat) Creates a new StereoMixer instance, which is able to create stereo audio from two different audio sources.
Top
Properties
 NameDescription
Public propertyID
(Inherited from DisposableClass)
Public propertyLeftChannel Represents the Left channel of the stereo.
Protected propertyPacketizationTime Gets the time between the send events (in milliseconds).
(Inherited from TimerBasedMediaHandler)
Public propertyRightChannel Represents the Right channel of the stereo.
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 Starts the timer.
(Inherited from TimerBasedMediaHandler)
Protected methodstopTimer Stops the timer.
(Inherited from TimerBasedMediaHandler)
Protected methodTimerTick
(Overrides TimerBasedMediaHandlerTimerTick(UInt32))
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Top
See Also