Source code for bitmovin_api_sdk.models.pixel_format_bit_depth

# coding: utf-8

from enum import Enum
from six import string_types, iteritems
from bitmovin_api_sdk.common.poscheck import poscheck_model


[docs]class PixelFormatBitDepth(Enum): EIGHT_BIT = "EIGHT_BIT" TEN_BIT = "TEN_BIT"