Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let the user control "EqualizerBand.Bandwidth" #14

Open
ShortDevelopment opened this issue Oct 28, 2021 · 0 comments
Open

Let the user control "EqualizerBand.Bandwidth" #14

ShortDevelopment opened this issue Oct 28, 2021 · 0 comments
Labels

Comments

@ShortDevelopment
Copy link
Owner

Namespace Windows.Media.Audio
    '
    ' Summary:
    '     Represents an equalizer band for the equalizer effect.
    <ContractVersion(GetType(UniversalApiContract), 65536)> <DualApiPartition(version:=167772160)> <MarshalingBehavior(MarshalingType.Agile)> <Threading(ThreadingModel.Both)>
    Public NotInheritable Class EqualizerBand
        Implements IEqualizerBand
        
...

        '
        ' Summary:
        '     Gets or sets the bandwidth for the equalizer band.
        '
        ' Returns:
        '     A bandwidth value.
        Public Property Bandwidth As System.Double Implements IEqualizerBand.Bandwidth
    End Class
End Namespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant