Class AudioEffect

    Definition

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

    Provides the ability to control the audio effects for Player.

    public class AudioEffect
    Inheritance
    object
    AudioEffect

    Properties

    View Source

    BandLevelRange

    Gets the band level range of the bands in the dB.

    Declaration
    public Range BandLevelRange { get; }
    Property Value
    Type Description
    Range
    View Source

    Count

    Gets the number of items.

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int
    View Source

    IsAvailable

    Gets the value whether the AudioEffect is available or not.

    Declaration
    public bool IsAvailable { get; }
    Property Value
    Type Description
    bool
    View Source

    this[int]

    Gets a EqualizerBand at the specified index.

    Declaration
    public EqualizerBand this[int index] { get; }
    Parameters
    Type Name Description
    int index

    The index of the band to get.

    Property Value
    Type Description
    EqualizerBand
    Exceptions
    Type Condition
    System.ObjectDisposedException

    The Player has already been disposed of.

    System.ArgumentOutOfRangeException

    is less than zero.
    -or-
    index is equal to or greater than Count.

    View Source

    Player

    Gets the player that this AudioEffect belongs to.

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

    Methods

    View Source

    Clear()

    Clears the equalizer effect.

    Declaration
    public void Clear()
    Exceptions
    Type Condition
    System.ObjectDisposedException

    The Player has already been disposed of.

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