VisioForge (c) 2025

Search Results for

    Class LiveVideoCompositorSettings

    Live Video Compositor settings.

    Inheritance
    object
    LiveVideoCompositorSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.LiveVideoCompositorV2
    Assembly: VisioForge.Core.dll
    Syntax
    public class LiveVideoCompositorSettings

    Constructors

    LiveVideoCompositorSettings(int, int, VideoFrameRate)

    Initializes a new instance of the LiveVideoCompositorSettings class.

    Declaration
    public LiveVideoCompositorSettings(int width, int height, VideoFrameRate frameRate)
    Parameters
    Type Name Description
    int width

    The width.

    int height

    The height.

    VideoFrameRate frameRate

    The frame rate.

    Properties

    AudioChannels

    Gets or sets the audio channels.

    Declaration
    public int AudioChannels { get; set; }
    Property Value
    Type Description
    int

    The audio channels.

    AudioEnabled

    Gets or sets a value indicating whether audio stream is enabled.

    Declaration
    public bool AudioEnabled { get; set; }
    Property Value
    Type Description
    bool

    true if audio is enabled; otherwise, false.

    AudioFormat

    Gets or sets the audio format.

    Declaration
    public AudioFormatX AudioFormat { get; set; }
    Property Value
    Type Description
    AudioFormatX

    The audio format.

    AudioOutput

    Gets or sets the audio output.

    Declaration
    public AudioRendererBlock AudioOutput { get; set; }
    Property Value
    Type Description
    AudioRendererBlock

    The audio output.

    AudioSampleRate

    Gets or sets the audio sample rate.

    Declaration
    public int AudioSampleRate { get; set; }
    Property Value
    Type Description
    int

    The audio sample rate.

    MixerType

    Gets or sets the type of the video mixer.

    Declaration
    public LVCMixerType MixerType { get; set; }
    Property Value
    Type Description
    LVCMixerType

    The type of the video mixer.

    VideoFrameRate

    Gets or sets the video frame rate.

    Declaration
    public VideoFrameRate VideoFrameRate { get; }
    Property Value
    Type Description
    VideoFrameRate

    The video frame rate.

    VideoHeight

    Gets or sets the height of the video.

    Declaration
    public int VideoHeight { get; }
    Property Value
    Type Description
    int

    The height of the video.

    VideoView

    Gets or sets the video view.

    Declaration
    public IVideoView VideoView { get; set; }
    Property Value
    Type Description
    IVideoView

    The video view.

    VideoWidth

    Gets or sets the width of the video.

    Declaration
    public int VideoWidth { get; }
    Property Value
    Type Description
    int

    The width of the video.