Share via


RecordingChannel Class

public final class RecordingChannel
extends ExpandableStringEnum<RecordingChannel>

Defines values for RecordingChannel.

Field Summary

Modifier and Type Field and Description
static final RecordingChannel MIXED

Static value mixed for RecordingChannel.

static final RecordingChannel UNMIXED

Static value unmixed for RecordingChannel.

Constructor Summary

Constructor Description
RecordingChannel()

Deprecated

Please use fromString(String name) to create an instance of RecordingChannel.

Creates an instance of RecordingChannel with no string value.

Method Summary

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

Creates or finds a RecordingChannel from its string representation.

static Collection<RecordingChannel> values()

Get the collection of RecordingChannel values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MIXED

public static final RecordingChannel MIXED

Static value mixed for RecordingChannel.

UNMIXED

public static final RecordingChannel UNMIXED

Static value unmixed for RecordingChannel.

Constructor Details

RecordingChannel

@Deprecated
public RecordingChannel()

Deprecated

Please use fromString(String name) to create an instance of RecordingChannel.

Creates an instance of RecordingChannel with no string value.

Method Details

fromString

public static RecordingChannel fromString(String name)

Creates or finds a RecordingChannel from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding RecordingChannel.

values

public static Collection<RecordingChannel> values()

Get the collection of RecordingChannel values.

Returns:

known RecordingChannel values.

Applies to