'Tizen::TV::Multimedia::Player' class Reference extends Player

Properties

Public Attributes

Protected Functions

Public Functions

void SetFixedMaxResolution ( int maxWidth, int maxHeight )
Set the max resolution for video contents. The player state must be PlayerState.Idle. More...

Events


Properties


Public Attributes


Protected Functions


Public Functions

void SetFixedMaxResolution(int maxWidth, int maxHeight)

Set the max resolution for video contents. The player state must be PlayerState.Idle.

Remarks

This API is used for adaptive stream playback only. The adaptive streaming contents will be played at a fixed resolution by setting with SetFixedMaxResolution.

Parameters

  • maxWidth : Maximum width of resolution to fix

  • maxHeight : Maximum height of resolution to fix

Exceptions

  • InvalidOperationException : The player is not in PlayerState.Idle

Privilege

None

Privilege Level

Non-privilege

Legal Review Result

No privacy issues.

Product

TV

Version

5.5.2

SDK Support

Y


Events