AudioMixerMediaHandler Class |
Namespace: Ozeki.Media
The AudioMixerMediaHandler type exposes the following members.
Name | Description | |
---|---|---|
AudioMixerMediaHandler |
Initializes a new instance of the AudioMixerMediaHandler class with default AudioWaveFormat (8000 Hz, 16 bit, mono) and default packetization time (20ms).
| |
AudioMixerMediaHandler(WaveFormat) |
Initializes a new instance of the AudioMixerMediaHandler class with default packetization time (20ms).
| |
AudioMixerMediaHandler(WaveFormat, AudioConverterType) | Initializes a new instance of the AudioMixerMediaHandler class | |
AudioMixerMediaHandler(WaveFormat, Int32) |
Initializes a new instance of the AudioMixerMediaHandler class.
|
Name | Description | |
---|---|---|
ChangeFormat | ||
Dispose |
Disposes the object.
(Inherited from DisposableClass.) | |
Dispose(Boolean) |
Disposes the object.
(Overrides DisposableClassDispose(Boolean).) | |
Finalize | (Inherited from DisposableClass.) | |
GetAudioFormat | (Overrides AudioHandlerGetAudioFormat.) | |
OnDataReceived | (Overrides AudioHandlerOnDataReceived(Object, AudioData).) | |
ReceiverConnected |
This will be called when this object has been connected to an audio receiver.
(Inherited from AudioHandler.) | |
ReceiverDisconnected |
This will be called when this object has been disconnected from an audio receiver.
(Inherited from AudioHandler.) | |
SendData |
Sends media data to the connected audio handlers.
(Inherited from AudioHandler.) | |
SenderConnected | (Overrides AudioHandlerSenderConnected(IAudioSender).) | |
SenderDisconnected | (Overrides AudioHandlerSenderDisconnected(IAudioSender).) | |
SetPreferredSendFormats | (Inherited from AudioHandler.) | |
SetReceiveFormats |
Sets the audio formats that the audio handler can receive. If no audio format specified, all formats are supported.
(Inherited from AudioHandler.) |
Name | Description | |
---|---|---|
ConverterType |
Gets or sets the type of the audio converter that will be used when resampling the sent audio data.
(Inherited from AudioHandler.) | |
EnableBuffering |
Gets or sets a boolean value indicating whether the mixer drops old audio data packets. This can be set only before connecting the media handlers to it.
| |
ID | (Inherited from DisposableClass.) | |
ReceiveFormats |
Gets a list of audio formats that the audio handler can handle. If no audio format specified, all formats are supported.
(Inherited from AudioHandler.) |
Name | Description | |
---|---|---|
MediaDataSent |
Occurs when the audio data is ready to send.
(Inherited from AudioHandler.) | |
ReceiveFormatsChanged |
Occurs when an item is added or removed from the ReceiveFormats collection.
(Inherited from AudioHandler.) |