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

    Show / Hide Table of Contents

    Class Hwframescontext

    Inheritance
    System.Object
    Hwframescontext
    Namespace: Emby.Media.Model.GraphModel
    Assembly: Emby.Media.Model.dll
    Syntax
    public class Hwframescontext

    Properties

    HasHwFramesContext

    Gets or sets the has hw frames context.

    Declaration
    public bool HasHwFramesContext { get; set; }
    Property Value
    Type Description
    System.Boolean

    The has hw frames context.

    Height

    Gets or sets the height.

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32

    The height.

    HwDeviceContext

    Gets or sets the hw device context.

    Declaration
    public Hwdevicecontext HwDeviceContext { get; set; }
    Property Value
    Type Description
    Hwdevicecontext

    The hw device context.

    HwPixelFormat

    Gets or sets the hw pixel format.

    Declaration
    public string HwPixelFormat { get; set; }
    Property Value
    Type Description
    System.String

    The hw pixel format.

    SwPixelFormat

    Gets or sets the sw pixel format.

    Declaration
    public string SwPixelFormat { get; set; }
    Property Value
    Type Description
    System.String

    The sw pixel format.

    Width

    Gets or sets the width.

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    The width.

    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.