Interface AudioStream.AudioMappingOrBuilder (1.13.0)

publicstaticinterface AudioStream.AudioMappingOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAtomKey()

publicabstractStringgetAtomKey()

Required. The EditAtom.key that references the atom with audio inputs in the Job.edit_list.

string atom_key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The atomKey.

getAtomKeyBytes()

publicabstractByteStringgetAtomKeyBytes()

Required. The EditAtom.key that references the atom with audio inputs in the Job.edit_list.

string atom_key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for atomKey.

getGainDb()

publicabstractdoublegetGainDb()

Audio volume control in dB. Negative values decrease volume, positive values increase. The default is 0.

double gain_db = 6;

Returns
Type Description
double

The gainDb.

getInputChannel()

publicabstractintgetInputChannel()

Required. The zero-based index of the channel in the input audio stream.

int32 input_channel = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The inputChannel.

getInputKey()

publicabstractStringgetInputKey()

Required. The Input.key that identifies the input file.

string input_key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The inputKey.

getInputKeyBytes()

publicabstractByteStringgetInputKeyBytes()

Required. The Input.key that identifies the input file.

string input_key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for inputKey.

getInputTrack()

publicabstractintgetInputTrack()

Required. The zero-based index of the track in the input file.

int32 input_track = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The inputTrack.

getOutputChannel()

publicabstractintgetOutputChannel()

Required. The zero-based index of the channel in the output audio stream.

int32 output_channel = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The outputChannel.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.