Class AdaptiveVariants

    Definition

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

    Provides the ability to control the maximum limit of the available streaming variant for Player.

    public class AdaptiveVariants
    Inheritance
    object
    AdaptiveVariants

    Properties

    View Source

    AvailableAdaptiveVariants

    Retrieves all the available adaptive streaming variants.

    Declaration
    public IEnumerable<VariantInfo> AvailableAdaptiveVariants { get; }
    Property Value
    Type Description
    IEnumerable<><VariantInfo>

    It returns a list contained all the available adaptive variants.

    See Also
    VariantInfo

    Methods

    View Source

    GetMaxLimit()

    Gets the maximum limit of the adaptive streaming variant.

    Declaration
    public VariantInfo GetMaxLimit()
    Returns
    Type Description
    VariantInfo

    The VariantInfo containing the variant information.

    See Also
    SetMaxLimit(int, int, int)
    View Source

    SetMaxLimit(int, int, int)

    Sets the maximum limit of adaptive streaming variants.

    Declaration
    public void SetMaxLimit(int bandwidth, int width = null, int height = null)
    Parameters
    Type Name Description
    int bandwidth
    int width
    int height
    See Also
    GetMaxLimit()

    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