QuanteecBitmovinCore
public abstract class QuanteecBitmovinCore extends QuanteecCore
A class extending QuanteecCore be used with native Bitmovin player on Android.
Summary
Public fields
| Player | player |
Public constructors
| QuanteecBitmovinCore(Context context, QuanteecConfig quanteecConfig, Player player) |
Public methods
| void | setPlayer(Player player) |
Public fields
player
public Player player
The Bitmovin player to which the QuanteecBitmovinCore will be linked
Public constructors
QuanteecBitmovinCore()
public QuanteecBitmovinCore(Context context, QuanteecConfig config)
Parameters
| Name | Type | Description |
|---|---|---|
| context | Context | A context |
| quanteecConfig | QuanteecConfig | A QUANTEEC configuration object describing the initial configuration of the core |
Public methods
setPlayer()
public void setPlayer(Player player)
This method can be used to link the QuanteecBitmovinCore to a Bitmovin player instance.
Parameters:
| Name | Type | Description |
|---|---|---|
| player | Player | An Bitmovin player to which the QuanteecBitmovinCore will be linked |