Class EqualizerBand

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.MediaPlayer.dll

    Represents an equalizer band of AudioEffect.

    public class EqualizerBand
    Inheritance
    object
    EqualizerBand

    Properties

    View Source

    Frequency

    Gets the frequency in dB of the equalizer band.

    Declaration
    public int Frequency { get; }
    Property Value
    Type Description
    int
    Exceptions
    Type Condition
    NotAvailableException

    If audio offload is enabled by calling IsEnabled. (Since tizen 6.0)

    View Source

    FrequencyRange

    Gets the frequency range in dB of the equalizer band.

    Declaration
    public int FrequencyRange { get; }
    Property Value
    Type Description
    int
    Exceptions
    Type Condition
    NotAvailableException

    If audio offload is enabled by calling IsEnabled. (Since tizen 6.0)

    View Source

    Level

    Sets or gets the gain for the equalizer band.

    Declaration
    public int Level { get; set; }
    Property Value
    Type Description
    int
    Exceptions
    Type Condition
    System.ObjectDisposedException

    The player that this EqualizerBand belongs to has already been disposed of.

    System.ArgumentOutOfRangeException

    value is not inside of BandLevelRange.

    NotAvailableException

    If audio offload is enabled by calling IsEnabled. (Since tizen 6.0)

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX