Module: WscSdk::Enums::ClosedCaptionType

Extended by:
WscSdk::Enums
Defined in:
lib/wsc_sdk/enums/closed_caption_type.rb

Overview

Enumerate the valid types of closed caption interpretation for a Transcoder.

Constant Summary collapse

NONE =

No closed captioning.

"none"
CEA =

Generate CEA closed captioning.

"cea"
ON_TEXT =

Generate On Text closed captioning.

"on_text"
BOTH =

Generate both types of closed captioning.

"both"

Method Summary

Methods included from WscSdk::Enums

to_constant, values