ChannelMapping

enum ChannelMapping : Enum<ChannelMapping> , ConvertibleToJava<ChannelMapping>

Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.

Entries

Link copied to clipboard

The Front Left Channel.

Link copied to clipboard

The Front Right Channel.

Link copied to clipboard

The Center Channel.

Link copied to clipboard

Low Frequency Effects Channel. Sometimes referred to as the subwoofer.

Link copied to clipboard

The Back Left Channel. Sometimes referred to as the Left Surround Channel.

Link copied to clipboard

The Back Right Channel. Sometimes referred to as the Right Surround Channel.

Link copied to clipboard

The Left Stereo channel. Sometimes referred to as Down Mix Left.

Link copied to clipboard

The Right Stereo channel. Sometimes referred to as Down Mix Right.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: ChannelMapping
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): ChannelMapping
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.