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