Interface IH264EncoderSettings
Basic H264 encoder settings interface.
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEncoders
Assembly: VisioForge.Core.dll
Syntax
public interface IH264EncoderSettings : IVideoEncoder, IMediaBlockSettings, IEncoderTextInfo
Properties
KeyFrameDetected
Occurs when on key frame detected. Timestamp is in nanoseconds.
Declaration
KeyFrameDetectedDelegate KeyFrameDetected { get; set; }
Property Value
Type | Description |
---|---|
KeyFrameDetectedDelegate |
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
H264EncoderType GetEncoderType()
Returns
Type | Description |
---|---|
H264EncoderType | H264EncoderType. |