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

    Show / Hide Table of Contents

    Class RequestedStreamInfo

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

    Properties

    AudioChannels

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

    Bitrate

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

    Codecs

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

    Index

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

    IsDefault

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

    OriginalStream

    Declaration
    public MediaStream OriginalStream { get; set; }
    Property Value
    Type Description
    MediaStream

    SampleRate

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

    SubtitleDeliveryMethod

    Declaration
    public SubtitleDeliveryMethod SubtitleDeliveryMethod { get; set; }
    Property Value
    Type Description
    SubtitleDeliveryMethod

    SuppportedCodecs

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

    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.