VisioForge (c) 2025

Search Results for

    Class BDASourceSettings

    BDA source settings.

    Inheritance
    object
    BDASourceSettings
    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.VideoCapture
    Assembly: VisioForge.Core.dll
    Syntax
    public class BDASourceSettings

    Properties

    ReceiverName

    Gets or sets BDA receiver name. Can be empty if device do not require receiver filter to work.

    Declaration
    public string ReceiverName { get; set; }
    Property Value
    Type Description
    string

    SourceName

    Gets or sets BDA source name.

    Declaration
    public string SourceName { get; set; }
    Property Value
    Type Description
    string

    SourceType

    Gets or sets BDA source type.

    Declaration
    public BDAType SourceType { get; set; }
    Property Value
    Type Description
    BDAType