Interface IH264EncoderSettings
- Assembly
- VisioForge.Core.dll
Basic H264 encoder settings interface.
public interface IH264EncoderSettings : IVideoEncoder, IMediaBlockSettings, IEncoderTextInfoImplements
Properties
KeyFrameDetected
Occurs when on key frame detected. Timestamp is in nanoseconds.
KeyFrameDetectedDelegate KeyFrameDetected { get; set; }Property Value
ParseStream
Gets or sets a value indicating whether to parse the video stream. True by default. Disable it for SRT streaming.
bool ParseStream { get; set; }Property Value
Methods
GetEncoderType()
Gets the type of the encoder.
H264EncoderType GetEncoderType()Returns
- H264EncoderType
-
H264EncoderType.