Audio |
The AudioStreamPlayback type exposes the following members.
| Name | Description | |
|---|---|---|
| AudioStreamPlayback | Initializes a new instance of the AudioStreamPlayback class | |
| AudioStreamPlayback(Stream) | Initializes a new instance of the AudioStreamPlayback class with default packetization time (20ms). The audio stream will not be cached and will be played only once. | |
| AudioStreamPlayback(String) | Initializes a new instance of the AudioStreamPlayback class with default packetization time (20ms). The audio stream will not be cached and will be played only once. | |
| AudioStreamPlayback(WaveFormat, UInt32) | Initializes a new instance of the AudioStreamPlayback class. | |
| AudioStreamPlayback(Stream, Boolean, Boolean) | Initializes a new instance of the AudioStreamPlayback class with default packetization time (20ms). | |
| AudioStreamPlayback(String, Boolean, Boolean) | Initializes a new instance of the AudioStreamPlayback class with default packetization time (20ms) | |
| AudioStreamPlayback(Stream, Boolean, Boolean, UInt32) | Initializes a new instance of the AudioStreamPlayback class. | |
| AudioStreamPlayback(String, Boolean, Boolean, UInt32) | Initializes a new instance of the AudioStreamPlayback class |
| Name | Description | |
|---|---|---|
| Cached | Gets a boolean value indicating whether the playback stream is cached in the memory. | |
| ID | (Inherited from DisposableClass) | |
| Interval |
Gets the time between the send events (in milliseconds).
(Inherited from TimerBasedMediaStreamHandler) | |
| IsStreaming |
Gets or sets a value that is true if the wave is streaming, otherwise false.
(Inherited from MediaStreamSender) | |
| Loop | A boolean value indicating whether the playback is repeated infinetly. | |
| MediaFormat | ||
| OutputFormat | (Inherited from MediaStreamSender) | |
| Position |
Gets or sets the current position in the audio stream
(Inherited from MediaStreamSender) | |
| Stream |
Gets the stream
(Inherited from MediaStreamSender) |
| Name | Description | |
|---|---|---|
| Dispose | (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 | (Inherited from AudioSender) | |
| ReceiverDisconnected | (Inherited from AudioSender) | |
| SendMediaData | (Inherited from AbstractMediaSenderAudioData, AudioFormat) | |
| SetPlaybackWaveStream | Changes the playback stream to the given stream. | |
| SetPreferredSendFormats | (Inherited from AbstractMediaSenderAudioData, AudioFormat) | |
| 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)) |
| Name | Description | |
|---|---|---|
| MediaDataSent | (Inherited from AbstractMediaSenderAudioData, AudioFormat) | |
| Stopped |
Occurs when the audio recording or playing has been stopped
(Inherited from MediaStreamSender) |
| Name | Description | |
|---|---|---|
| buffer | ||
| Sync | (Inherited from MediaStreamSender) |