Class PlaybackInfoRequest
Inheritance
System.Object
PlaybackInfoRequest
Assembly: MediaBrowser.Model.dll
public class PlaybackInfoRequest
Properties
Declaration
public bool AllowAudioStreamCopy { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool AllowInterlacedVideoStreamCopy { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool AllowVideoStreamCopy { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int? AudioStreamIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public bool AutoOpenLiveStream { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string CurrentPlaySessionId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DeviceProfile DeviceProfile { get; set; }
Property Value
Declaration
public bool EnableDirectPlay { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableDirectStream { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableTranscoding { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsPlayback { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string LiveStreamId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? MaxAudioChannels { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public long? MaxStreamingBitrate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public string MediaSourceId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public long? StartTimeTicks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public int? SubtitleStreamIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string UserId { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods