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. |