Source code for bitmovin_api_sdk.models.simple_encoding_live_profile
# coding: utf-8
from enum import Enum
from six import string_types, iteritems
from bitmovin_api_sdk.common.poscheck import poscheck_model
[docs]class SimpleEncodingLiveProfile(Enum):
INCREASED_QUALITY = "INCREASED_QUALITY"
LOWER_LATENCY = "LOWER_LATENCY"