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

    Show / Hide Table of Contents

    Class PlaybackInfoRequest

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

    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>

    AutoOpenLiveStream

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

    CurrentPlaySessionId

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

    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

    Id

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

    IsPlayback

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

    LiveStreamId

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

    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>

    MediaSourceId

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