跳转到内容

AudioDrivenVideoSchedulerOptions

此内容尚不支持你的语言。

Defined in: video-scheduler.ts:22

readonly optional cancel: (handle) => void

Defined in: video-scheduler.ts:30

number

void


readonly clock: PlaybackClock

Defined in: video-scheduler.ts:23


readonly durationUs: number

Defined in: video-scheduler.ts:25


readonly frameRate: Rational

Defined in: video-scheduler.ts:24


readonly optional onEnd: () => void

Defined in: video-scheduler.ts:27

void


readonly optional onError: (error) => void

Defined in: video-scheduler.ts:28

unknown

void


readonly onFrame: (frame) => void | Promise<void>

Defined in: video-scheduler.ts:26

ScheduledVideoFrame

void | Promise<void>


readonly optional schedule: (callback) => number

Defined in: video-scheduler.ts:29

FrameRequestCallback

number