Interface IHEVCEncoderSettings
Basic HEVC encoder settings interface.
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEncoders
Assembly: VisioForge.Core.dll
Syntax
public interface IHEVCEncoderSettings : IVideoEncoder, IMediaBlockSettings, IEncoderTextInfo
Properties
ParseStream
Gets or sets a value indicating whether to parse the video stream. True by default. Disable it for SRT streaming.
Declaration
bool ParseStream { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Methods
GetEncoderType()
Gets the type of the encoder.
Declaration
HEVCEncoderType GetEncoderType()
Returns
Type | Description |
---|---|
HEVCEncoderType | HEVCEncoderType. |