Click or drag to resize

ISpeaker Interface


Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public interface ISpeaker : IAudioReceiver, 
	IMediaReceiver<AudioData, AudioFormat>, IMedia

The ISpeaker type exposes the following members.

Properties
 NameDescription
Public propertyConverterType
(Inherited from IAudioReceiver)
Public propertyReceiveFormats
(Inherited from IMediaReceiverAudioData, AudioFormat)
Top
Methods
 NameDescription
Public methodOnDataReceived
(Inherited from IMediaReceiverAudioData, AudioFormat)
Public methodSenderConnected
(Inherited from IAudioReceiver)
Public methodSenderDisconnected
(Inherited from IAudioReceiver)
Public methodStart Starts the media.
(Inherited from IMedia)
Public methodStop Stops the media.
(Inherited from IMedia)
Top
Events
 NameDescription
Public eventReceiveFormatsChanged
(Inherited from IMediaReceiverAudioData, AudioFormat)
Top
See Also