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 | |
---|---|---|
![]() | ID | (Inherited from DisposableClass.) |
![]() | IsStreaming |
Gets or sets a value that is true if the wave is streaming, otherwise false.
|
![]() | OutputFormat | |
![]() | Position |
Gets or sets the current position in the audio stream
|
![]() | Stream |
Gets the stream
|
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from DisposableClass.) |
![]() | Dispose(Boolean) |
Disposes the object.
(Overrides DisposableClass.Dispose(Boolean).) |
![]() | Finalize | (Inherited from DisposableClass.) |
![]() | GetAudioFormat | (Overrides AudioSender.GetAudioFormat.) |
![]() | Pause |
Pauses the streaming. (If the streaming is already paused then does nothing.)
|
![]() | 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.)
|
![]() | Stop |
Stops the streaming.
|
Name | Description | |
---|---|---|
![]() | MediaDataSent | (Inherited from AbstractMediaSenderAudioData, AudioFormat.) |
![]() | Stopped |
Occurs when the audio recording or playing has been stopped
|