Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* Registers AC-3 and E-AC-3 decoders, which Mediabunny will then use automatically when applicable. Make sure to call
|
||||
* this function before starting any decoding task.
|
||||
*
|
||||
* @group \@mediabunny/ac3
|
||||
* @public
|
||||
*/
|
||||
export declare const registerAc3Decoder: () => void;
|
||||
|
||||
/**
|
||||
* Registers AC-3 and E-AC-3 encoders, which Mediabunny will then use automatically when applicable. Make sure to call
|
||||
* this function before starting any encoding task.
|
||||
*
|
||||
* @group \@mediabunny/ac3
|
||||
* @public
|
||||
*/
|
||||
export declare const registerAc3Encoder: () => void;
|
||||
|
||||
export { }
|
||||
export as namespace MediabunnyAc3;
|
||||
Reference in New Issue
Block a user