Class UnknownStream
Implements
System.ICloneable
Inherited Members
Namespace: Emby.Media.Model.Streams
Assembly: Emby.Media.Model.dll
Syntax
public class UnknownStream : StreamBase, ICloneable
Constructors
UnknownStream()
Initializes a new instance of the UnknownStream class.
Declaration
public UnknownStream()
UnknownStream(UnknownStream)
Initializes a new instance of the UnknownStream class.
Declaration
public UnknownStream(UnknownStream source)
Parameters
Type | Name | Description |
---|---|---|
UnknownStream | source | The source. |
Remarks
Copy constructor.
UnknownStream(MediaStream)
Initializes a new instance of the UnknownStream class.
Declaration
public UnknownStream(MediaStream originalStream)
Parameters
Type | Name | Description |
---|---|---|
MediaStream | originalStream | The original stream. |
Properties
CodecName
Declaration
public override string CodecName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
UnknownCodec
Declaration
public string UnknownCodec { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CloneCore()
Declaration
protected override StreamBase CloneCore()
Returns
Type | Description |
---|---|
StreamBase |
Overrides
GetShortDescriptionBits()
Gets a short description.
Declaration
public override List<string> GetShortDescriptionBits()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | A string. |
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |
Overrides
System.Object.ToString()
Implements
System.ICloneable