mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Document semi-private API
This commit is contained in:
parent
3d549190f7
commit
f6c2d6b5d2
2 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ interface StereoBalanceNodeType extends AudioNode {
|
|||
};
|
||||
}
|
||||
|
||||
// NOTE: While this is not technically a public API, https://winampify.io/ is
|
||||
// replacing this class with a custom version. Breaking changes to this API
|
||||
// surface should be communicated to Remi.
|
||||
export default class Media {
|
||||
_emitter: Emitter;
|
||||
_context: AudioContext;
|
||||
|
|
|
|||
|
|
@ -125,6 +125,7 @@ interface PrivateOptions {
|
|||
};
|
||||
};
|
||||
__butterchurnOptions: ButterchurnOptions;
|
||||
// This is used by https://winampify.io/ to proxy through to Spotify's API.
|
||||
__customMediaClass: typeof Media; // This should have the same interface as Media
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue