BitmovinApiSdk\Models\InputStreamType
Synopsis
class InputStreamType
extends Enum
{
- // methods
- public static InputStreamType create()
- public static InputStreamType INGEST()
- public static InputStreamType CONCATENATION()
- public static InputStreamType TRIMMING_TIME_BASED()
- public static InputStreamType TRIMMING_TIME_CODE_TRACK()
- public static InputStreamType TRIMMING_H264_PICTURE_TIMING()
- public static InputStreamType SIDECAR_DOLBY_VISION_METADATA()
- public static InputStreamType AUDIO_MIX()
- public static InputStreamType FILE()
- public static InputStreamType CAPTION_CEA608()
- public static InputStreamType CAPTION_CEA708()
- public static InputStreamType DVB_SUBTITLE()
- public static InputStreamType DOLBY_ATMOS()
- public static InputStreamType DOLBY_VISION()
- // Inherited methods from Enum
- public void __construct()
- public mixed getValue()
- public mixed getKey()
- public string __toString()
- public final bool equals()
- public static array keys()
- public static array values()
- public static array toArray()
- public static bool isValidKey()
- public static mixed search()
- public static InputStreamType __callStatic()
- public mixed jsonSerialize()
Hierarchy
Extends
Methods
public
- AUDIO_MIX() — AUDIO_MIX
- CAPTION_CEA608() — CAPTION_CEA608
- CAPTION_CEA708() — CAPTION_CEA708
- CONCATENATION() — CONCATENATION
- DOLBY_ATMOS() — DOLBY_ATMOS
- DOLBY_VISION() — DOLBY_VISION
- DVB_SUBTITLE() — DVB_SUBTITLE
- FILE() — FILE
- INGEST() — INGEST
- SIDECAR_DOLBY_VISION_METADATA() — SIDECAR_DOLBY_VISION_METADATA
- TRIMMING_H264_PICTURE_TIMING() — TRIMMING_H264_PICTURE_TIMING
- TRIMMING_TIME_BASED() — TRIMMING_TIME_BASED
- TRIMMING_TIME_CODE_TRACK() — TRIMMING_TIME_CODE_TRACK
- create()
Inherited from BitmovinApiSdk\Common\Enum
public
- __callStatic() — Returns a value when called statically like so: MyEnum::SOME_VALUE() given SOME_VALUE is a class constant
- __toString()
- equals() — Determines if Enum should be considered equal with the variable passed as a parameter.
- getKey() — Returns the enum key (i.e. the constant name).
- getValue()
- isValidKey() — Check if is valid enum key
- jsonSerialize() — Specify data which should be serialized to JSON. This method returns data that can be serialized by json_encode() natively.
- keys() — Returns the names (keys) of all constants in the Enum class
- search() — Return key for value
- toArray() — Returns all possible values as an array
- values() — Returns instances of the Enum class of all Enum constants