Class AudioVolume

    Definition

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

    Provides the ability to control the volume levels.

    public class AudioVolume
    Inheritance
    object
    AudioVolume

    Properties

    View Source

    CurrentPlaybackType

    Gets the volume type of the sound being currently played.

    Declaration
    public AudioVolumeType CurrentPlaybackType { get; }
    Property Value
    Type Description
    AudioVolumeType

    The volume type of the sound being currently played.

    See Also
    AudioManager
    View Source

    Level

    Gets the VolumeLevel.

    Declaration
    public VolumeLevel Level { get; }
    Property Value
    Type Description
    VolumeLevel

    The VolumeLevel.

    See Also
    AudioManager
    View Source

    MaxLevel

    Gets the MaxVolumeLevel.

    Declaration
    public MaxVolumeLevel MaxLevel { get; }
    Property Value
    Type Description
    MaxVolumeLevel

    The MaxVolumeLevel.

    See Also
    AudioManager

    Events

    View Source

    Changed

    Occurs when the volume level is changed.

    Declaration
    public event EventHandler<VolumeChangedEventArgs> Changed
    Event Type
    Type Description
    System.EventHandler<TEventArgs><VolumeChangedEventArgs>
    See Also
    AudioManager

    See Also

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