AudioChannelType Class

public final class AudioChannelType
extends ExpandableStringEnum<AudioChannelType>

Specifies the text format of transcription.

Field Summary

Modifier and Type Field and Description
static final AudioChannelType MONO

Display.

static final AudioChannelType UNKNOWN

Display.

Constructor Summary

Constructor Description
AudioChannelType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Channels value.

Method Summary

Modifier and Type Method and Description
static AudioChannelType fromString(String name)

Creates or finds a Channels from its string representation.

static Collection<AudioChannelType> values()

Gets known Channels values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MONO

public static final AudioChannelType MONO

Display. Audio channel type.

UNKNOWN

public static final AudioChannelType UNKNOWN

Display. Unknown Audio channel type.

Constructor Details

AudioChannelType

@Deprecated
public AudioChannelType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Channels value.

Method Details

fromString

public static AudioChannelType fromString(String name)

Creates or finds a Channels from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding Channels.

values

public static Collection<AudioChannelType> values()

Gets known Channels values.

Returns:

known Channels values.

Applies to