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

    Show / Hide Table of Contents

    Class BroadcastResolutions.BroadcastResolution

    Inheritance
    System.Object
    BroadcastResolutions.BroadcastResolution
    Namespace: Emby.Media.Model.Types
    Assembly: Emby.Media.Model.dll
    Syntax
    public class BroadcastResolution

    Constructors

    BroadcastResolution(String, String, Resolution, Boolean)

    Declaration
    public BroadcastResolution(string type, string name, Resolution resolution, bool isInterlaced)
    Parameters
    Type Name Description
    System.String type
    System.String name
    Resolution resolution
    System.Boolean isInterlaced

    Properties

    AspectRatio

    Declaration
    public Rational AspectRatio { get; }
    Property Value
    Type Description
    Rational

    IsInterlaced

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

    Name

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

    Resolution

    Declaration
    public Resolution Resolution { get; }
    Property Value
    Type Description
    Resolution

    Type

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

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A string that represents the current object.

    Overrides
    System.Object.ToString()

    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.