@byomakase/omakase-player
Version:
## Omakase Player - Open source JavaScript framework for building frame accurate video experiences
13 lines (12 loc) • 410 B
TypeScript
export declare class OmpError extends Error {
constructor(message: string, name?: string);
}
export declare class OmpBroadcastChannelError extends OmpError {
constructor(message: string);
}
export declare class OmpBroadcastChannelTimeoutError extends OmpError {
constructor(message: string);
}
export declare class OmpVideoWindowPlaybackError extends OmpError {
constructor(message: string);
}