Click or drag to resize

TimerBasedMediaStreamHandler Methods

The TimerBasedMediaStreamHandler type exposes the following members.

Methods
  NameDescription
Public methodDispose (Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Disposes the object.
(Overrides MediaStreamSenderDispose(Boolean).)
Protected methodFinalize (Inherited from DisposableClass.)
Public methodGetAudioFormat (Inherited from MediaStreamSender.)
Public methodPause
Pauses the streaming. (If the streaming is already paused then does nothing.)
(Inherited from MediaStreamSender.)
Protected methodReceiverConnected (Inherited from AudioSender.)
Protected methodReceiverDisconnected (Inherited from AudioSender.)
Protected methodSendMediaData (Inherited from AbstractMediaSenderAudioData, AudioFormat.)
Public methodSetPreferredSendFormats (Inherited from AbstractMediaSenderAudioData, AudioFormat.)
Public methodStart
Starts the stream given in the Stream property. (If the stream is already started then does nothing.)
(Overrides MediaStreamSenderStart.)
Public methodStop
Stops the streaming.
(Overrides MediaStreamSenderStop.)
Protected methodTimerTick
This will be called when the built-in timer ticks.
Top
See Also