VisioForge (c) 2025

Search Results for

    Class TimelineAudioTrackCustomSettings

    Timeline audio track custom settings, will be applied for timeline track, not for source file. Settings will be ignored if you are adding second audio file, timeline track created only one time.

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

    Constructors

    TimelineAudioTrackCustomSettings(byte, int, byte)

    Initializes a new instance of the TimelineAudioTrackCustomSettings class.

    Declaration
    public TimelineAudioTrackCustomSettings(byte channels, int sampleRate, byte bps)
    Parameters
    Type Name Description
    byte channels

    Channels.

    int sampleRate

    Sample rate.

    byte bps

    BPS.

    Properties

    BPS

    Gets or sets BPS. Can be zero.

    Declaration
    public byte BPS { get; set; }
    Property Value
    Type Description
    byte

    Channels

    Gets or sets channels count.

    Declaration
    public byte Channels { get; set; }
    Property Value
    Type Description
    byte

    SampleRate

    Gets or sets sample rate.

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