Enumeration VideoState

The state of the video stream.

Index

Enumeration members

VideoStateDecoding

VideoStateDecoding: = 2

2: The video stream is being decoded and played normally.

VideoStateFrozen

VideoStateFrozen: = 3

3: The video stream is frozen.

VideoStateStarting

VideoStateStarting: = 1

1: The local user has received the first video packet.

VideoStateStopped

VideoStateStopped: = 0

0: The initial state of the video.