Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum ColorFormats

    Enum listing color formats.

    Namespace: Emby.Media.Model.Enums
    Assembly: Emby.Media.Model.dll
    Syntax
    public enum ColorFormats
    Remarks

    The enum member names are matching those that are used by ffmpeg. (execute 'ffmpeg -pix_fmts' to list them) Exception: Items that are starting with a number are prefixed with an underscore here. In ffmpeg code these are prefixed with 'AV_PIX_FMT_' and all-caps.

    Fields

    Name Description
    _0bgr

    0BGR

    _0rgb

    0RGB

    abgr

    ABGR

    argb

    ARGB

    ayuv64

    AYUV64

    bayer_bggr16

    BAYER_BGGR16

    bayer_bggr8

    BAYER_BGGR8

    bayer_gbrg16

    BAYER_GBRG16

    bayer_gbrg8

    BAYER_GBRG8

    bayer_grbg16

    BAYER_GRBG16

    bayer_grbg8

    BAYER_GRBG8

    bayer_rggb16

    BAYER_RGGB16

    bayer_rggb8

    BAYER_RGGB8

    bgr0

    BGR0

    bgr24

    BGR24

    bgr4

    BGR4

    bgr4_byte

    BGR4_BYTE

    bgr444

    BGR444

    bgr48

    BGR48

    bgr555

    BGR555

    bgr565

    BGR565

    bgr8

    BGR8

    bgra

    BGRA

    bgra64

    BGRA64

    cuda

    CUDA

    d3d11

    D3D11

    d3d11va_vld

    D3D11VA_VLD

    drm_prime

    DRM_PRIME

    dxva2_vld

    DXVA2_VLD

    gbrap

    GBRAP

    gbrap10

    GBRAP10

    gbrap12

    GBRAP12

    gbrap16

    GBRAP16

    gbrapf32

    GBRAPF32

    gbrp

    GBRP

    gbrp10

    GBRP10

    gbrp12

    GBRP12

    gbrp14

    GBRP14

    gbrp16

    GBRP16

    gbrp9

    GBRP9

    gbrpf32

    GBRPF32

    gray

    GRAY8

    gray10

    GRAY10

    gray12

    GRAY12

    gray14

    GRAY14

    gray16

    GRAY16

    gray9

    GRAY9

    grayf32

    GRAYF32

    mediacodec

    MEDIACODEC

    mmal

    MMAL

    monob

    MONOBLACK

    monow

    MONOWHITE

    nv12

    NV12

    nv16

    NV16

    nv20

    NV20

    nv21

    NV21

    nv24

    NV24

    nv42

    NV42

    opencl

    OPENCL

    p010

    P010

    p016

    P016

    pal8

    PAL8

    qsv

    QSV

    rgb0

    RGB0

    rgb24

    RGB24

    rgb4

    RGB4

    rgb4_byte

    RGB4_BYTE

    rgb444

    RGB444

    rgb48

    RGB48

    rgb555

    RGB555

    rgb565

    RGB565

    rgb8

    RGB8

    rgba

    RGBA

    rgba64

    RGBA64

    Unknown
    uyvy422

    UYVY422

    uyyvyy411

    UYYVYY411

    vaapi_idct

    VAAPI_IDCT

    vaapi_moco

    VAAPI_MOCO

    vaapi_vld

    VAAPI_VLD

    vdpau

    VDPAU

    videotoolbox_vld

    VIDEOTOOLBOX

    xvmc

    XVMC

    xyz12

    XYZ12

    ya16

    YA16

    ya8

    YA8

    yuv410p

    YUV410P

    yuv411p

    YUV411P

    yuv420p

    YUV420P

    yuv420p10

    YUV420P10

    yuv420p12

    YUV420P12

    yuv420p14

    YUV420P14

    yuv420p16

    YUV420P16

    yuv420p9

    YUV420P9

    yuv422p

    YUV422P

    yuv422p10

    YUV422P10

    yuv422p12

    YUV422P12

    yuv422p14

    YUV422P14

    yuv422p16

    YUV422P16

    yuv422p9

    YUV422P9

    yuv440p

    YUV440P

    yuv440p10

    YUV440P10

    yuv440p12

    YUV440P12

    yuv444p

    YUV444P

    yuv444p10

    YUV444P10

    yuv444p12

    YUV444P12

    yuv444p14

    YUV444P14

    yuv444p16

    YUV444P16

    yuv444p9

    YUV444P9

    yuva420p

    YUVA420P

    yuva420p10

    YUVA420P10

    yuva420p16

    YUVA420P16

    yuva420p9

    YUVA420P9

    yuva422p

    YUVA422P

    yuva422p10

    YUVA422P10

    yuva422p12

    YUVA422P12

    yuva422p16

    YUVA422P16

    yuva422p9

    YUVA422P9

    yuva444p

    YUVA444P

    yuva444p10

    YUVA444P10

    yuva444p12

    YUVA422P12

    yuva444p16

    YUVA444P16

    yuva444p9

    YUVA444P9

    yuvj411p

    YUVJ411P

    yuvj420p

    YUVJ420P

    yuvj422p

    YUVJ422P

    yuvj440p

    YUVJ440P

    yuvj444p

    YUVJ444P

    yuyv422

    YUYV422

    yvyu422

    YVYU422

    Extension Methods

    EditorHelpers.GetDescription()
    EditorHelpers.GetColor()
    EditorHelpers.RadioOptionFromEnum<ColorFormats>()
    EditorHelpers.GetDisplayName()
    EnumExtensions.GetEnumId()
    EnumExtensions.GetDescription()
    EnumExtensions.GetDetails()
    EnumExtensions.GetOrdinal()
    EnumExtensions.GetChannelCount()
    EnumExtensions.GetIsGraphic()
    EnumExtensions.GetIsHdr()
    EnumExtensions.GetValue()
    EnumExtensions.GetBitsPerPixel()
    EnumExtensions.GetBitDepth()
    EnumExtensions.GetBitDepths()
    EnumExtensions.SupportsBitDepth(Int32)
    EnumExtensions.GetBitRate()
    EnumExtensions.GetResRates()
    EnumExtensions.GetIdTag()
    EnumExtensions.GetMimeType()
    EnumExtensions.GetMimeTypes()
    EnumExtensions.GetRelatedGuids()
    EnumExtensions.GetFirstRelatedGuid()
    EnumExtensions.GetAliases()
    EnumExtensions.CreateProfileInformation()
    EnumExtensions.CreateLevelInformation()
    EnumExtensions.FindByMimeType<ColorFormats>(String)
    EnumExtensions.FindByRelatedGuid<ColorFormats>(Guid)
    EnumExtensions.GetFirstAliasOrName()
    EnumListExtensions.GetAll<ColorFormats>()
    Extensions.JsonClone<ColorFormats>(IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.