Enumeration VideoState

The state of the video stream.

Enumeration Members

VideoStateDecoding: 2

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

VideoStateFrozen: 3

3: The video stream is frozen.

VideoStateStarting: 1

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

VideoStateStopped: 0

0: The initial state of the video.