Type
MaybePromise
T or a promise that resolves to T.
ts
type MaybePromise<T> = T | Promise<T>;
Used by
ConversionOptions.audio
ConversionOptions.tags
ConversionOptions.video
CustomAudioDecoder.close()
CustomAudioDecoder.decode()
CustomAudioDecoder.flush()
CustomAudioDecoder.init()
CustomAudioEncoder.close()
CustomAudioEncoder.encode()
CustomAudioEncoder.flush()
CustomAudioEncoder.init()
CustomVideoDecoder.close()
CustomVideoDecoder.decode()
CustomVideoDecoder.flush()
CustomVideoDecoder.init()
CustomVideoEncoder.close()
CustomVideoEncoder.encode()
CustomVideoEncoder.flush()
CustomVideoEncoder.init()
StreamSourceOptions.getSize
StreamSourceOptions.read