UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

21 lines (20 loc) 801 B
import PassthroughMode from './PassthroughMode'; /** * @export * @class Cea608708SubtitleConfiguration */ export declare class Cea608708SubtitleConfiguration { /** * If enabled, CEA 608 an CEA 708 subtitles will be copied from the input video stream to the output video stream. Note: This does not work, if the output framerate is different than the input framerate (except doubling the framerate with deinterlacing per field) * @type {boolean} * @memberof Cea608708SubtitleConfiguration */ passthroughActivated?: boolean; /** * @type {PassthroughMode} * @memberof Cea608708SubtitleConfiguration */ passthroughMode?: PassthroughMode; constructor(obj?: Partial<Cea608708SubtitleConfiguration>); } export default Cea608708SubtitleConfiguration;