3 lines
163 B
TypeScript
3 lines
163 B
TypeScript
export declare const getBufferStateDelayInMilliseconds: () => number | null;
|
|
export declare const setBufferStateDelayInMilliseconds: (val: number | null) => void;
|