| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static AudioChannel.Type |
AudioChannel.getChannelFromLayoutAtIndex(AudioChannel.Layout layout,
int index)
Get the channel with the given index in channel_layout.
|
static AudioChannel.Type |
AudioChannel.Type.swigToEnum(int swigValue) |
static AudioChannel.Type |
AudioChannel.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioChannel.Type[] |
AudioChannel.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
AudioChannel.getChannelDescription(AudioChannel.Type channel)
Get the description of a given channel.
|
static String |
AudioChannel.getChannelName(AudioChannel.Type channel)
Get the name of a given channel.
|
static int |
AudioChannel.getIndexOfChannelInLayout(AudioChannel.Layout layout,
AudioChannel.Type channel)
Get the index of a channel in channel_layout.
|
Copyright © 2018 Humble Software. All rights reserved.