Class MediaStreamQuery
Inheritance
System.Object
MediaStreamQuery
Namespace: MediaBrowser.Controller.Persistence
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class MediaStreamQuery
Properties
Index
Gets or sets the index.
Declaration
public int? Index { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The index. |
ItemId
Gets or sets the item identifier.
Declaration
public long ItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The item identifier. |
Type
Gets or sets the type.
Declaration
public MediaStreamType? Type { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<MediaStreamType> | The type. |