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
-
objectAdaptive
Variants
Properties
View SourceAvailableAdaptiveVariants
Retrieves all the available adaptive variants.
Declaration
public IEnumerable<VariantInfo> AvailableAdaptiveVariants { get; }
Property Value
Type | Description |
---|---|
System. |
It returns a list contained all the available adaptive variants. |
Exceptions
Type | Condition |
---|---|
System. |
The player is not in the valid state. |
System. |
The Tizen. |
See Also
Methods
View SourceGetMaxLimit()
Gets the maximum limit of the streaming variant.
Declaration
public VariantInfo GetMaxLimit()
Returns
Type | Description |
---|---|
Variant |
The Variant |
Exceptions
Type | Condition |
---|---|
System. |
The Tizen. |
See Also
View SourceSetMaxLimit(int, int, int)
Sets the maximum limit of the streaming variant.
Declaration
public void SetMaxLimit(int bandwidth, int width = -1, int height = -1)
Parameters
Type | Name | Description |
---|---|---|
int | bandwidth | |
int | width | |
int | height |
Exceptions
Type | Condition |
---|---|
System. |
The Tizen. |
System. |
|