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

    Show / Hide Table of Contents

    Class AudioOptions

    Class AudioOptions.

    Inheritance
    System.Object
    AudioOptions
    VideoOptions
    Namespace: MediaBrowser.Model.Dlna
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class AudioOptions

    Constructors

    AudioOptions()

    Declaration
    public AudioOptions()

    Properties

    AudioTranscodingBitrate

    Gets or sets the audio transcoding bitrate.

    Declaration
    public int? AudioTranscodingBitrate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The audio transcoding bitrate.

    Context

    Gets or sets the context.

    Declaration
    public EncodingContext Context { get; set; }
    Property Value
    Type Description
    EncodingContext

    The context.

    DeviceId

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

    EnableDirectPlay

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

    EnableDirectStream

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

    ForceDirectPlay

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

    ForceDirectStream

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

    ItemId

    Declaration
    public long ItemId { get; set; }
    Property Value
    Type Description
    System.Int64

    MaxAudioChannels

    Allows an override of supported number of audio channels Example: DeviceProfile supports five channel, but user only has stereo speakers

    Declaration
    public int? MaxAudioChannels { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    MaxBitrate

    The application's configured quality setting

    Declaration
    public long? MaxBitrate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    MediaSourceId

    Optional. Only needed if a specific AudioStreamIndex or SubtitleStreamIndex are requested.

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

    MediaSources

    Declaration
    public MediaSourceInfo[] MediaSources { get; set; }
    Property Value
    Type Description
    MediaSourceInfo[]

    Profile

    Declaration
    public DeviceProfile Profile { get; set; }
    Property Value
    Type Description
    DeviceProfile

    Methods

    GetMaxBitrate(Boolean)

    Gets the maximum bitrate.

    Declaration
    public long? GetMaxBitrate(bool isAudio)
    Parameters
    Type Name Description
    System.Boolean isAudio
    Returns
    Type Description
    System.Nullable<System.Int64>

    System.Nullable<System.Int32>.

    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.