Click or drag to resize

MediaTrack<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat> Events

The MediaTrack<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat> generic type exposes the following members.

Events
  NameDescription
Public eventOnDestroyed
Raised when the track is destroyed.
(Overrides MediaTrackBase.OnDestroyed.)
Public eventOnStarted
Raised when the track is started. Only applicable for local media tracks.
(Overrides MediaTrackBase.OnStarted.)
Public eventOnStopped
Raised when the track is stopped. Only applicable for local media tracks.
(Overrides MediaTrackBase.OnStopped.)
Top
See Also