UNPKG

bitmovin-player-react-native

Version:

Official React Native bindings for Bitmovin's mobile Player SDKs.

18 lines (17 loc) 269 B
/** * The dynamic range of a video quality. */ export enum DynamicRange { /** * Standard Dynamic Range. */ SDR = 'sdr', /** * High Dynamic Range. */ HDR = 'hdr', /** * The dynamic range could not be determined. */ Unknown = 'unknown', }