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

    Show / Hide Table of Contents

    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.

    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.