Difference between revisions of "Tizen Player"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
The Tizen player is the default player for Samsung TVs (2016+ models) that uses the Media Station X version '''0.1.128''' or higher. It works like a plugin and can be configured via the extended properties of a content item. Please see [[Extended Properties]] for more information. Additionally, you can interact with it using the <code>player:commit</code> actions. Some extended properties are dynamic and can be changed via an action at runtime. | The Tizen player is the default player for Samsung TVs (2016+ models) that uses the Media Station X version '''0.1.128''' or higher. It works like a plugin and can be configured via the extended properties of a content item. Please see [[Extended Properties]] for more information. Additionally, you can interact with it using the <code>player:commit</code> actions. Some extended properties are dynamic and can be changed via an action at runtime. | ||
+ | |||
+ | All extended properties are mapped to a corresponding Tizen (i.e. <code>AVPlay</code>) function. For more information, please visit: https://developer.samsung.com/smarttv/develop/api-references/samsung-product-api-references/avplay-api.html | ||
== Syntax == | == Syntax == | ||
Line 5: | Line 7: | ||
|+ Property syntax of extended properties for HTML5X plugin | |+ Property syntax of extended properties for HTML5X plugin | ||
|- | |- | ||
− | ! Property !! Value !! Example !! Dynamic || Since Version || class="unsortable" | Description | + | ! Property !! Value !! Example !! Tizen Function || Dynamic || Since Version || class="unsortable" | Description |
|- | |- | ||
− | | <code>tizen:buffer:size</code> || <code>{SECONDS}</code> || | + | | <code>tizen:buffer:size</code> || <code>{SECONDS}</code> || <code>"tizen:buffer:size":"20"</code> || <code>void setBufferingParam("", "", {SECONDS});</code><br/><code>void setBufferingParam("", "", {SECONDS});</code> || No data-sort-value=128|'''0.1.128''' |
− | | | + | | Todo |
− | | | ||
− | |||
|} | |} |
Revision as of 15:08, 9 February 2021
The Tizen player is the default player for Samsung TVs (2016+ models) that uses the Media Station X version 0.1.128 or higher. It works like a plugin and can be configured via the extended properties of a content item. Please see Extended Properties for more information. Additionally, you can interact with it using the player:commit
actions. Some extended properties are dynamic and can be changed via an action at runtime.
All extended properties are mapped to a corresponding Tizen (i.e. AVPlay
) function. For more information, please visit: https://developer.samsung.com/smarttv/develop/api-references/samsung-product-api-references/avplay-api.html
Syntax[edit]
Property | Value | Example | Tizen Function | Dynamic | Since Version | Description |
---|---|---|---|---|---|---|
tizen:buffer:size |
{SECONDS} |
"tizen:buffer:size":"20" |
void setBufferingParam("", "", {SECONDS}); void setBufferingParam("", "", {SECONDS}); |
0.1.128 | Todo |