enableClosedCaptions property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? enableClosedCaptions
getter/setter pair

This setting indicates whether HTTP POST closed captioning is enabled for this broadcast.

The ingestion URL of the closed captions is returned through the liveStreams API. This is mutually exclusive with using the closed_captions_type property, and is equivalent to setting closed_captions_type to CLOSED_CAPTIONS_HTTP_POST.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? enableClosedCaptions;