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

    Show / Hide Table of Contents

    Class TvChannelStreams

    Inheritance
    System.Object
    StreamContainerBase
    TvChannelStreams
    Inherited Members
    StreamContainerBase.Protocol
    StreamContainerBase.Url
    StreamContainerBase.ContainerFormat
    StreamContainerBase.Streams
    StreamContainerBase.VideoStreams
    StreamContainerBase.AudioStreams
    StreamContainerBase.SubtitleStreams
    StreamContainerBase.VideoStream0
    StreamContainerBase.AudioStream0
    StreamContainerBase.AudioStream1
    StreamContainerBase.SubtitleStream0
    StreamContainerBase.SubtitleStream1
    StreamContainerBase.ToString()
    Namespace: Emby.Media.Model.Containers
    Assembly: Emby.Media.Model.dll
    Syntax
    public class TvChannelStreams : StreamContainerBase

    Constructors

    TvChannelStreams()

    Initializes a new instance of the TvChannelStreams class.

    Declaration
    public TvChannelStreams()

    TvChannelStreams(IEnumerable<StreamBase>)

    Initializes a new instance of the TvChannelStreams class.

    Declaration
    public TvChannelStreams(IEnumerable<StreamBase> streams)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<StreamBase> streams

    The streams.

    TvChannelStreams(IEnumerable<StreamBase>, TvChannelStreams)

    Initializes a new instance of the TvChannelStreams class.

    Declaration
    public TvChannelStreams(IEnumerable<StreamBase> streams, TvChannelStreams cloneFrom)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<StreamBase> streams

    The streams.

    TvChannelStreams cloneFrom

    Container to copy properties from.

    Methods

    DeSerializeFromString(IJsonSerializer, String)

    Declaration
    public static TvChannelStreams DeSerializeFromString(IJsonSerializer jsonSerializer, string json)
    Parameters
    Type Name Description
    IJsonSerializer jsonSerializer
    System.String json
    Returns
    Type Description
    TvChannelStreams

    SerializeToString(IJsonSerializer)

    Declaration
    public string SerializeToString(IJsonSerializer jsonSerializer)
    Parameters
    Type Name Description
    IJsonSerializer jsonSerializer
    Returns
    Type Description
    System.String

    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.