UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

15 lines (14 loc) 322 B
import WebVttStylingMode from './WebVttStylingMode'; /** * @export * @class WebVttStyling */ export declare class WebVttStyling { /** * @type {WebVttStylingMode} * @memberof WebVttStyling */ mode?: WebVttStylingMode; constructor(obj?: Partial<WebVttStyling>); } export default WebVttStyling;