[Home](./index.md) > [react-native-bitmovin-player](./react-native-bitmovin-player.md) > [Player](./react-native-bitmovin-player.player.md) > [(constructor)](./react-native-bitmovin-player.player._constructor_.md) ## Player.(constructor) Constructs a new instance of the `Player` class Signature: ```typescript constructor(props: PlayerProps); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | props | PlayerProps | |