Click or drag to resize

VideoStream Events

The VideoStream type exposes the following members.

Events
  NameDescription
Public eventOnDirectionChange
Raised when the stream direction change has occurred.
(Inherited from StreamBase.)
Public eventOnDisabledChange
Raised when the Disabled property changes state.
(Inherited from Stream.)
Public eventOnProcessControlFrames
Raised when control frames are processed.
(Inherited from MediaStream<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TFrame, TBuffer, TBufferCollection, TFormat, TFormatCollection>.)
Public eventOnProcessFrame
Raised when a frame is processed.
(Inherited from MediaStream<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TFrame, TBuffer, TBufferCollection, TFormat, TFormatCollection>.)
Public eventOnRaiseControlFrames
Raised when control frames are raised.
(Inherited from MediaStream<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TFrame, TBuffer, TBufferCollection, TFormat, TFormatCollection>.)
Public eventOnRaiseFrame
Raised when a frame is raised.
(Inherited from MediaStream<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TFrame, TBuffer, TBufferCollection, TFormat, TFormatCollection>.)
Top
See Also