Class TvChannelStreams
Inherited Members
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 |