| AudioStreamPlayback Methods |
The AudioStreamPlayback type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Disposes the object.
(Inherited from DisposableClass.) | |
| Dispose(Boolean) |
Disposes the object.
(Inherited from TimerBasedMediaStreamHandler.) | |
| Finalize | (Inherited from DisposableClass.) | |
| GetAudioData | ||
| GetAudioFormat | (Inherited from MediaStreamSender.) | |
| LoadReader |
Initializes the file reader which will read the content of the stream. (This method will be invoked in the LoadStream(Stream) method.)
| |
| LoadStream | ||
| Pause |
Pauses the streaming. (If the streaming is already paused then does nothing.)
(Inherited from MediaStreamSender.) | |
| 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.) | |
| SetPlaybackWaveStream |
Changes the playback stream to the given stream.
| |
| SetPreferredSendFormats | (Inherited from AbstractMediaSenderTData, TFormat.) | |
| Start |
Starts the stream given in the Stream property. (If the stream is already started then does nothing.)
(Inherited from TimerBasedMediaStreamHandler.) | |
| Stop |
Stops the streaming.
(Inherited from TimerBasedMediaStreamHandler.) | |
| TimerTick |
This will be called when the built-in timer ticks.
(Overrides TimerBasedMediaStreamHandlerTimerTick(UInt32).) |