ISpeaker Interface |
Namespace: Ozeki.Media
The ISpeaker type exposes the following members.
Name | Description | |
---|---|---|
OnDataReceived |
This will be called when media data received from a media handler.
(Inherited from IMediaReceiverTData, TFormat.) | |
SenderConnected |
This will be called when an audio sneder has been connected to this object.
(Inherited from IAudioReceiver.) | |
SenderDisconnected |
This will be called when an audio sender has been disconnected from this object.
(Inherited from IAudioReceiver.) | |
Start |
Starts the media.
(Inherited from IMedia.) | |
Stop |
Stops the media.
(Inherited from IMedia.) |
Name | Description | |
---|---|---|
ConverterType |
Gets or sets the type of the audio converter that will be used when resampling the sent audio data.
(Inherited from IAudioReceiver.) | |
ReceiveFormats |
Gets a list of media formats that the media handler can receive. If no media format specified, all formats are supported.
(Inherited from IMediaReceiverTData, TFormat.) |
Name | Description | |
---|---|---|
ReceiveFormatsChanged |
Occurs when an item is added or removed from the ReceiveFormats collection.
(Inherited from IMediaReceiverTData, TFormat.) |