Click or drag to resize
StereoMixer Class
MediaHandler, which is able to create stereo audio from two different audio sources.
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
Methods
  NameDescription
Public methodDispose
Disposes the object.
(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 AudioSenderGetAudioFormat.)
Protected methodReceiverConnected
This will be called when this object has been connected to an audio receiver.
(Inherited from AudioSender.)
Protected methodReceiverDisconnected
This will be called when this object has been disconnected from an audio receiver.
(Inherited from AudioSender.)
Protected methodSendMediaData (Inherited from AbstractMediaSenderTData, TFormat.)
Public methodSetPreferredSendFormats (Inherited from AbstractMediaSenderTData, TFormat.)
Protected methodStartTimer
Starts the timer.
(Inherited from TimerBasedMediaHandler.)
Protected methodStopTimer
Stops the timer.
(Inherited from TimerBasedMediaHandler.)
Protected methodTimerTick (Overrides TimerBasedMediaHandlerTimerTick(UInt32).)
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
Events
See Also