| MediaStreamSender Class |
Namespace: Ozeki.Media
The MediaStreamSender type exposes the following members.
| Name | Description | |
|---|---|---|
| MediaStreamSender |
Initializes a new instance of the MediaStreamSender class.
| |
| MediaStreamSender(Stream) |
Initializes a new instance of the MediaStreamSender class.
| |
| MediaStreamSender(String) |
Initializes a new instance of the MediaStreamSender class.
|
| Name | Description | |
|---|---|---|
| Dispose |
Disposes the object.
(Inherited from DisposableClass.) | |
| Dispose(Boolean) |
Disposes the object.
(Overrides DisposableClassDispose(Boolean).) | |
| Finalize | (Inherited from DisposableClass.) | |
| GetAudioFormat | (Overrides AudioSenderGetAudioFormat.) | |
| Pause |
Pauses the streaming. (If the streaming is already paused then does nothing.)
| |
| 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.) | |
| SetPreferredSendFormats | (Inherited from AbstractMediaSenderTData, TFormat.) | |
| Start |
Starts the stream given in the Stream property. (If the stream is already started then does nothing.)
| |
| Stop |
Stops the streaming.
|
| Name | Description | |
|---|---|---|
| OutputFormat | ||
| Sync |
| Name | Description | |
|---|---|---|
| ID | (Inherited from DisposableClass.) | |
| IsStreaming |
Gets or sets a value that is true if the wave is streaming, otherwise false.
| |
| Position |
Gets or sets the current position in the audio stream
| |
| Stream |
Gets the stream
|
| Name | Description | |
|---|---|---|
| MediaDataSent | (Inherited from AbstractMediaSenderTData, TFormat.) | |
| Stopped |
Occurs when the audio recording or playing has been stopped
|