BitmovinApiSdk\Models\PixelFormat
Synopsis
class PixelFormat
extends Enum
{
- // methods
- public static PixelFormat create()
- public static PixelFormat YUV410P()
- public static PixelFormat YUV411P()
- public static PixelFormat YUV420P()
- public static PixelFormat YUV422P()
- public static PixelFormat YUV440P()
- public static PixelFormat YUV444P()
- public static PixelFormat YUVJ411P()
- public static PixelFormat YUVJ420P()
- public static PixelFormat YUVJ422P()
- public static PixelFormat YUVJ440P()
- public static PixelFormat YUVJ444P()
- public static PixelFormat YUV420P10LE()
- public static PixelFormat YUV422P10LE()
- public static PixelFormat YUV440P10LE()
- public static PixelFormat YUV444P10LE()
- public static PixelFormat YUV420P12LE()
- public static PixelFormat YUV422P12LE()
- public static PixelFormat YUV440P12LE()
- public static PixelFormat YUV444P12LE()
- public static PixelFormat YUV420P10BE()
- public static PixelFormat YUV422P10BE()
- public static PixelFormat YUV440P10BE()
- public static PixelFormat YUV444P10BE()
- public static PixelFormat YUV420P12BE()
- public static PixelFormat YUV422P12BE()
- public static PixelFormat YUV440P12BE()
- public static PixelFormat YUV444P12BE()
- // 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 PixelFormat __callStatic()
- public mixed jsonSerialize()
Hierarchy
Extends
Methods
public
- YUV410P() — The pixel format to be set
- YUV411P() — The pixel format to be set
- YUV420P() — The pixel format to be set
- YUV420P10BE() — The pixel format to be set
- YUV420P10LE() — The pixel format to be set
- YUV420P12BE() — The pixel format to be set
- YUV420P12LE() — The pixel format to be set
- YUV422P() — The pixel format to be set
- YUV422P10BE() — The pixel format to be set
- YUV422P10LE() — The pixel format to be set
- YUV422P12BE() — The pixel format to be set
- YUV422P12LE() — The pixel format to be set
- YUV440P() — The pixel format to be set
- YUV440P10BE() — The pixel format to be set
- YUV440P10LE() — The pixel format to be set
- YUV440P12BE() — The pixel format to be set
- YUV440P12LE() — The pixel format to be set
- YUV444P() — The pixel format to be set
- YUV444P10BE() — The pixel format to be set
- YUV444P10LE() — The pixel format to be set
- YUV444P12BE() — The pixel format to be set
- YUV444P12LE() — The pixel format to be set
- YUVJ411P() — The pixel format to be set
- YUVJ420P() — The pixel format to be set
- YUVJ422P() — The pixel format to be set
- YUVJ440P() — The pixel format to be set
- YUVJ444P() — The pixel format to be set
- 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