Add isSeeking on web

This commit is contained in:
Zoe Roux
2024-07-16 11:44:05 +07:00
parent fc5b2d4563
commit 8542c8f7d1
3 changed files with 22 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import {NativeModules} from 'react-native';
import type {Int32} from 'react-native/Libraries/Types/CodegenTypes';
// @TODO rename to "Spec" when applying new arch
interface VideoDecoderInfoModuleType {
export interface VideoDecoderInfoModuleType {
getWidevineLevel: () => Promise<Int32>;
isCodecSupported: (
mimeType: string,