Class VideoStreamH264
Implements
System.ICloneable
Inherited Members
Namespace: Emby.Media.Model.Streams
Assembly: Emby.Media.Model.dll
Syntax
public class VideoStreamH264 : VideoStream, ICloneable
Constructors
VideoStreamH264()
Initializes a new instance of the VideoStreamH264 class.
Declaration
public VideoStreamH264()
VideoStreamH264(VideoStream)
Initializes a new instance of the VideoStreamH264 class.
Declaration
public VideoStreamH264(VideoStream source)
Parameters
| Type | Name | Description |
|---|---|---|
| VideoStream | source | The source. |
Remarks
Copy constructor.
VideoStreamH264(MediaStream)
Initializes a new instance of the VideoStreamH264 class.
Declaration
public VideoStreamH264(MediaStream originalStream)
Parameters
| Type | Name | Description |
|---|---|---|
| MediaStream | originalStream | The original stream. |
Properties
H264Level
Gets or sets the H.264 level.
Declaration
public AvcLevels? H264Level { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<AvcLevels> | The H.264 level. |
H264Profile
Gets or sets the H.264 profile.
Declaration
public AvcProfiles? H264Profile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<AvcProfiles> | The H.264 profile. |
Methods
CloneCore()
Declaration
protected override StreamBase CloneCore()
Returns
| Type | Description |
|---|---|
| StreamBase |
Overrides
Implements
System.ICloneable