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

    Show / Hide Table of Contents

    Class ColorFormatHelper

    Inheritance
    System.Object
    ColorFormatHelper
    Namespace: Emby.Media.Common.DataConversion
    Assembly: Emby.Media.Model.dll
    Syntax
    public class ColorFormatHelper

    Methods

    GetBitDepth(ColorFormats)

    Declaration
    public static int? GetBitDepth(ColorFormats colorFormat)
    Parameters
    Type Name Description
    ColorFormats colorFormat
    Returns
    Type Description
    System.Nullable<System.Int32>

    GetBitDepth(PixelFormat)

    Declaration
    public static int? GetBitDepth(PixelFormat pixelFormat)
    Parameters
    Type Name Description
    PixelFormat pixelFormat
    Returns
    Type Description
    System.Nullable<System.Int32>

    GetBitDepthFromPixelFormat(String)

    Declaration
    public static int? GetBitDepthFromPixelFormat(string pixelFormat)
    Parameters
    Type Name Description
    System.String pixelFormat
    Returns
    Type Description
    System.Nullable<System.Int32>

    GetBitsPerPixel(ColorFormats)

    Declaration
    public static int? GetBitsPerPixel(ColorFormats colorFormat)
    Parameters
    Type Name Description
    ColorFormats colorFormat
    Returns
    Type Description
    System.Nullable<System.Int32>

    GetBitsPerPixel(PixelFormat)

    Declaration
    public static int? GetBitsPerPixel(PixelFormat pixelFormat)
    Parameters
    Type Name Description
    PixelFormat pixelFormat
    Returns
    Type Description
    System.Nullable<System.Int32>

    GetBitsPerPixelFromPixelFormat(String)

    Declaration
    public static int? GetBitsPerPixelFromPixelFormat(string pixelFormat)
    Parameters
    Type Name Description
    System.String pixelFormat
    Returns
    Type Description
    System.Nullable<System.Int32>

    GetIsHdr(Nullable<ColorTransfers>)

    Declaration
    public static bool GetIsHdr(ColorTransfers? colorTransfer)
    Parameters
    Type Name Description
    System.Nullable<ColorTransfers> colorTransfer
    Returns
    Type Description
    System.Boolean

    GetIsHdr(String)

    Declaration
    public static bool GetIsHdr(string colorTransfer)
    Parameters
    Type Name Description
    System.String colorTransfer
    Returns
    Type Description
    System.Boolean

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.