Class LiveStreamRequest
Inheritance
System.Object
LiveStreamRequest
Assembly: MediaBrowser.Model.dll
public class LiveStreamRequest
Constructors
Declaration
public LiveStreamRequest()
Declaration
public LiveStreamRequest(AudioOptions options)
Parameters
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 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 long ItemId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
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 OpenToken { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PlaySessionId { 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