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

    Show / Hide Table of Contents

    Class StreamContainerInfo

    Serialiazation model for StreamContainerBase

    Inheritance
    System.Object
    StreamContainerInfo
    Namespace: Emby.Media.Model.Containers
    Assembly: Emby.Media.Model.dll
    Syntax
    public class StreamContainerInfo

    Properties

    ContainerFormat

    Gets or sets the container format.

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

    The container format.

    Protocol

    Gets or sets the protocol.

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

    The protocol.

    Streams

    Gets the streams.

    Declaration
    public List<StreamContainerInfo.StreamWrapper> Streams { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<StreamContainerInfo.StreamWrapper>

    The streams.

    Url

    Gets or sets the URL.

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

    The URL.

    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.