Google Cloud Video Live Stream V1 Client - Class DisplayTiming (1.3.0)

Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class DisplayTiming.

Whether auto-generated text streams are displayed synchronously or asynchronously with the original audio.

Protobuf type google.cloud.video.livestream.v1.AutoTranscriptionConfig.DisplayTiming

Namespace

Google \ Cloud \ Video \ LiveStream \ V1 \ AutoTranscriptionConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DISPLAY_TIMING_UNSPECIFIED

Value: 0

Display timing is not specified. Caption display will be asynchronous by default.

Generated from protobuf enum DISPLAY_TIMING_UNSPECIFIED = 0;

ASYNC

Value: 1

Caption will be displayed asynchronous with audio.

Generated from protobuf enum ASYNC = 1;

SYNC

Value: 2

Caption will be displayed synchronous with audio. This option increases overall media output latency, and reduces viewing latency between audio and auto-generated captions.

Generated from protobuf enum SYNC = 2;