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

    Show / Hide Table of Contents

    Class LiveStreamRequest

    Inheritance
    System.Object
    LiveStreamRequest
    Namespace: MediaBrowser.Model.MediaInfo
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class LiveStreamRequest

    Constructors

    LiveStreamRequest()

    Declaration
    public LiveStreamRequest()

    LiveStreamRequest(AudioOptions)

    Declaration
    public LiveStreamRequest(AudioOptions options)
    Parameters
    Type Name Description
    AudioOptions options

    Properties

    AllowAudioStreamCopy

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

    AllowInterlacedVideoStreamCopy

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

    AllowVideoStreamCopy

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

    AudioStreamIndex

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

    DeviceProfile

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

    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

    EnableTranscoding

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

    ItemId

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

    MaxAudioChannels

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

    MaxStreamingBitrate

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

    OpenToken

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

    PlaySessionId

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

    StartTimeTicks

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

    SubtitleStreamIndex

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

    UserId

    Declaration
    public string UserId { 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.