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

    Show / Hide Table of Contents

    Enum ColorTransfers

    Enum listing Color Transfer Characteristics.

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

    The enum member names are matching those that are used by ffmpeg, which are bases on ISO/IEC 23001-8_2013 § 7.2.

    Fields

    Name Description
    arib_std_b67

    ARIB STD-B67, known as 'Hybrid log-gamma'

    bt1361_ecg

    ITU-R BT1361 Extended Colour Gamut

    bt2020_10

    ITU-R BT2020 for 10-bit system

    bt2020_12

    ITU-R BT2020 for 12-bit system

    bt709

    also ITU-R BT1361

    gamma22

    also ITU-R BT470M / ITU-R BT1700 625 PAL & SECAM

    gamma28

    also ITU-R BT470BG

    iec61966_2_1

    IEC 61966-2-1 (sRGB or sYCC)

    iec61966_2_4

    IEC 61966-2-4

    linear

    Linear transfer characteristics

    log

    Logarithmic transfer characteristic (100:1 range)

    log_sqrt

    Logarithmic transfer characteristic (100 * Sqrt(10) : 1 range)

    reserved

    reserved

    reserved0

    reserved

    smpte170m

    also ITU-R BT601-6 525 or 625 / ITU-R BT1358 525 or 625 / ITU-R BT1700 NTSC

    smpte2084

    SMPTE ST 2084 for 10-, 12-, 14- and 16-bit systems

    smpte240m

    smpte240m

    smpte428

    smpte428

    unspecified

    unspecified

    Extension Methods

    EditorHelpers.GetDescription()
    EditorHelpers.GetColor()
    EditorHelpers.RadioOptionFromEnum<ColorTransfers>()
    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<ColorTransfers>(String)
    EnumExtensions.FindByRelatedGuid<ColorTransfers>(Guid)
    EnumExtensions.GetFirstAliasOrName()
    EnumListExtensions.GetAll<ColorTransfers>()
    Extensions.JsonClone<ColorTransfers>(IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.