react-native-theoplayer
Version:
A THEOplayer video component for react-native.
13 lines • 445 B
TypeScript
export type Extension = 'ima' | 'dai' | 'cast' | 'theoads' | 'millicast' | 'sideloaded-texttracks';
export interface THEOplayerPluginAndroidProps {
extensions?: Extension[];
}
export interface THEOplayerPluginIOSProps {
extensions?: Extension[];
}
export interface THEOplayerPluginProps {
extensions?: Extension[];
android?: THEOplayerPluginAndroidProps;
ios?: THEOplayerPluginIOSProps;
}
//# sourceMappingURL=Common.d.ts.map