Click or drag to resize
ISpeaker Methods

The ISpeaker type exposes the following members.

Methods
  NameDescription
Public methodOnDataReceived
This will be called when media data received from a media handler.
(Inherited from IMediaReceiverTData, TFormat.)
Public methodSenderConnected
This will be called when an audio sneder has been connected to this object.
(Inherited from IAudioReceiver.)
Public methodSenderDisconnected
This will be called when an audio sender has been disconnected from this object.
(Inherited from IAudioReceiver.)
Public methodStart
Starts the media.
(Inherited from IMedia.)
Public methodStop
Stops the media.
(Inherited from IMedia.)
Top
See Also