PlayMode Enumeration

Namespace: id3.Devices

Definition

The play_mode enumeration defines the different states of video playback.
This is used to manage and represent the current playback state of a video file or stream.
class PlayMode
enum PlayMode
public enum PlayMode
public enum PlayMode
typedef enum id3DevicesPlayMode

Fields

Name

Value

Description

idle

0

Indicates that the video is not currently playing or paused. This state represents a resting state where the video is loaded but not in active playback or pause.

pause

1

Indicates that the video playback is currently paused. In this state, the video is temporarily halted and can be resumed from the current position.

play

2

Indicates that the video is currently playing. In this state, the video is actively being displayed and progresses through its frames.