VisioForge (c) 2025

Search Results for

    Interface IH264EncoderSettings

    Basic H264 encoder settings interface.

    Inherited Members
    IMediaBlockSettings.CreateBlock()
    IEncoderTextInfo.GetParameters()
    IEncoderTextInfo.GetCaps()
    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

    true if parse stream; otherwise, false.

    Methods

    GetEncoderType()

    Gets the type of the encoder.

    Declaration
    H264EncoderType GetEncoderType()
    Returns
    Type Description
    H264EncoderType

    H264EncoderType.