Class MaxVolumeLevel

    Definition

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

    Provides a means to get max volume levels.

    public class MaxVolumeLevel
    Inheritance
    object
    MaxVolumeLevel

    Properties

    View Source

    this[AudioVolumeType]

    Gets the max volume level of the specified AudioVolumeType.

    Declaration
    public int this[AudioVolumeType type] { get; }
    Parameters
    Type Name Description
    AudioVolumeType type

    The AudioVolumeType to query.

    Property Value
    Type Description
    int

    The maximum volume level.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX