Timer |
The TimerBasedMediaStreamHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| TimerBasedMediaStreamHandler(Stream) | Initializes a new instance of the TimerBasedMediaStreamHandler class. | |
| TimerBasedMediaStreamHandler(String) | Initializes a new instance of the TimerBasedMediaStreamHandler class. | |
| TimerBasedMediaStreamHandler(UInt32) | Initializes a new instance of the TimerBasedMediaStreamHandler class. | |
| TimerBasedMediaStreamHandler(Stream, UInt32) | Initializes a new instance of the TimerBasedMediaStreamHandler class. | |
| TimerBasedMediaStreamHandler(String, UInt32) | Initializes a new instance of the TimerBasedMediaStreamHandler class. |
| Name | Description | |
|---|---|---|
| ID | (Inherited from DisposableClass) | |
| Interval | Gets the time between the send events (in milliseconds). | |
| IsStreaming |
Gets or sets a value that is true if the wave is streaming, otherwise false.
(Inherited from MediaStreamSender) | |
| 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.
(Overrides MediaStreamSenderDispose(Boolean)) | |
| Finalize | (Inherited from DisposableClass) | |
| GetAudioFormat | (Inherited from MediaStreamSender) | |
| 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) | |
| SetPreferredSendFormats | (Inherited from AbstractMediaSenderAudioData, AudioFormat) | |
| Start |
Starts the stream given in the Stream property. (If the stream is already started then does nothing.)
(Overrides MediaStreamSenderStart) | |
| Stop |
Stops the streaming.
(Overrides MediaStreamSenderStop) | |
| TimerTick | This will be called when the built-in timer ticks. |
| Name | Description | |
|---|---|---|
| MediaDataSent | (Inherited from AbstractMediaSenderAudioData, AudioFormat) | |
| Stopped |
Occurs when the audio recording or playing has been stopped
(Inherited from MediaStreamSender) |
| Name | Description | |
|---|---|---|
| Sync | (Inherited from MediaStreamSender) |