init commit
This commit is contained in:
14
remotion/node_modules/@remotion/webcodecs/dist/undecodable-error.d.ts
generated
vendored
Normal file
14
remotion/node_modules/@remotion/webcodecs/dist/undecodable-error.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export declare class VideoUndecodableError extends Error {
|
||||
config: VideoDecoderConfig;
|
||||
constructor({ message, config, }: {
|
||||
message: string;
|
||||
config: VideoDecoderConfig;
|
||||
});
|
||||
}
|
||||
export declare class AudioUndecodableError extends Error {
|
||||
config: AudioDecoderConfig;
|
||||
constructor({ message, config, }: {
|
||||
message: string;
|
||||
config: AudioDecoderConfig;
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user