UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

11 lines (10 loc) 225 B
/** * Determines how WebVTT styling is handled. * @export * @enum {string} */ export declare enum WebVttStylingMode { PASSTHROUGH = "PASSTHROUGH", DROP_STYLING = "DROP_STYLING" } export default WebVttStylingMode;