StereoMixer Class |
Namespace: Ozeki.Media
The StereoMixer type exposes the following members.
Name | Description | |
---|---|---|
![]() | StereoMixer |
Creates a new StereoMixer instance, which is able to create stereo audio from two different audio sources.
|
![]() | StereoMixer(AudioFormat) |
Creates a new StereoMixer instance, which is able to create stereo audio from two different audio sources.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes the object.
(Inherited from DisposableClass.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the StereoMixer and optionally releases the managed resources (Overrides TimerBasedMediaHandlerDispose(Boolean).) |
![]() | Finalize | (Inherited from DisposableClass.) |
![]() | GetAudioFormat | (Overrides AudioSenderGetAudioFormat.) |
![]() | ReceiverConnected |
This will be called when this object has been connected to an audio receiver.
(Inherited from AudioSender.) |
![]() | ReceiverDisconnected |
This will be called when this object has been disconnected from an audio receiver.
(Inherited from AudioSender.) |
![]() | SendMediaData | (Inherited from AbstractMediaSenderTData, TFormat.) |
![]() | SetPreferredSendFormats | (Inherited from AbstractMediaSenderTData, TFormat.) |
![]() | StartTimer |
Starts the timer.
(Inherited from TimerBasedMediaHandler.) |
![]() | StopTimer |
Stops the timer.
(Inherited from TimerBasedMediaHandler.) |
![]() | TimerTick | (Overrides TimerBasedMediaHandlerTimerTick(UInt32).) |
Name | Description | |
---|---|---|
![]() | ID | (Inherited from DisposableClass.) |
![]() | LeftChannel |
Represents the Left channel of the stereo.
|
![]() | PacketizationTime |
Gets the time between the send events (in milliseconds).
(Inherited from TimerBasedMediaHandler.) |
![]() | RightChannel |
Represents the Right channel of the stereo.
|
![]() | Sync | (Inherited from TimerBasedMediaHandler.) |
Name | Description | |
---|---|---|
![]() | MediaDataSent | (Inherited from AbstractMediaSenderTData, TFormat.) |