Function createFlightMovie
- createFlightMovie(app, player, options?): {
cancel: (() => void);
start: (() => Promise<Blob>);
} Returns {
cancel: (() => void);
start: (() => Promise<Blob>);
}
cancel: (() => void)
start: (() => Promise<Blob>)
- (): Promise<Blob>
Returns Promise<Blob>