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

    Show / Hide Table of Contents

    Class LinkBase

    The link base class.

    Inheritance
    System.Object
    LinkBase
    InputLink
    OutputLink
    Namespace: Emby.Media.Model.GraphModel
    Assembly: Emby.Media.Model.dll
    Syntax
    public abstract class LinkBase

    Properties

    ChannelLayout

    Gets or sets the channel layout.

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

    The channel layout.

    Channels

    Gets or sets the channels.

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

    The channels.

    ChannelString

    Gets or sets the channel string.

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

    The channel string.

    Description

    Gets or sets the description.

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

    The description.

    DestName

    Gets or sets the name of the dest.

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

    The name of the dest.

    DestPadName

    Gets or sets the name of the dest pad.

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

    The name of the dest pad.

    Format

    Gets or sets the format.

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

    The format.

    Height

    Gets or sets the height.

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

    The height.

    HwFramesContext

    Gets or sets the hw frames context.

    Declaration
    public Hwframescontext HwFramesContext { get; set; }
    Property Value
    Type Description
    Hwframescontext

    The hw frames context.

    LinkType

    Gets the type of the link.

    Declaration
    public abstract LinkType LinkType { get; }
    Property Value
    Type Description
    LinkType

    The type of the link.

    MediaType

    Gets or sets the type of the media.

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

    The type of the media.

    MediaTypeId

    Gets or sets the media type identifier.

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

    The media type identifier.

    Name1

    Gets or sets the name1.

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

    The name1.

    Name2

    Gets or sets the name2.

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

    The name2.

    Name3

    Gets or sets the name3.

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

    The name3.

    SampleRate

    Gets or sets the sample rate.

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

    The sample rate.

    SAR

    Gets or sets the sar.

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

    The sar.

    SourceName

    Gets or sets the name of the source.

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

    The name of the source.

    SourcePadName

    Gets or sets the name of the source pad.

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

    The name of the source pad.

    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.