ENUM

AVCProfile

AVC profiles for streams.

link GraphQL Schema definition

1enum AVCProfile {
2
3# Low level.
4BASELINE
5
6# Regular level.
7MAIN
8
9# High level.
10HIGH
11}