public class AudioFormatKeys extends FormatKeys
FormatKeys.MediaType| Modifier and Type | Field and Description |
|---|---|
static FormatKey<java.nio.ByteOrder> |
ByteOrderKey |
static FormatKey<java.lang.Integer> |
ChannelsKey |
static java.lang.String |
ENCODING_ALAW |
static java.lang.String |
ENCODING_AVI_PCM |
static java.lang.String |
ENCODING_MP3 |
static java.lang.String |
ENCODING_PCM_SIGNED |
static java.lang.String |
ENCODING_PCM_UNSIGNED |
static java.lang.String |
ENCODING_QUICKTIME_IN24_PCM |
static java.lang.String |
ENCODING_QUICKTIME_IN32_PCM |
static java.lang.String |
ENCODING_QUICKTIME_RAW_PCM |
static java.lang.String |
ENCODING_QUICKTIME_SOWT_PCM |
static java.lang.String |
ENCODING_QUICKTIME_TWOS_PCM |
static java.lang.String |
ENCODING_ULAW |
static FormatKey<java.lang.Integer> |
FrameSizeKey |
static FormatKey<Rational> |
SampleRateKey |
static FormatKey<java.lang.Integer> |
SampleSizeInBitsKey |
static FormatKey<java.lang.Boolean> |
SignedKey |
static FormatKey<java.lang.Boolean> |
SilenceBugKey |
EncodingKey, FrameRateKey, KeyFrameIntervalKey, MediaTypeKey, MIME_ANIM, MIME_AVI, MIME_IMAGE_SEQUENCE, MIME_JAVA, MIME_MP4, MIME_QUICKTIME, MimeTypeKey| Constructor and Description |
|---|
AudioFormatKeys() |
| Modifier and Type | Method and Description |
|---|---|
static Format |
fromAudioFormat(javax.sound.sampled.AudioFormat fmt) |
static javax.sound.sampled.AudioFormat |
toAudioFormat(Format fmt) |
public static final java.lang.String ENCODING_PCM_SIGNED
public static final java.lang.String ENCODING_PCM_UNSIGNED
public static final java.lang.String ENCODING_ULAW
public static final java.lang.String ENCODING_ALAW
public static final java.lang.String ENCODING_AVI_PCM
public static final java.lang.String ENCODING_QUICKTIME_TWOS_PCM
public static final java.lang.String ENCODING_QUICKTIME_SOWT_PCM
public static final java.lang.String ENCODING_QUICKTIME_IN24_PCM
public static final java.lang.String ENCODING_QUICKTIME_IN32_PCM
public static final java.lang.String ENCODING_QUICKTIME_RAW_PCM
public static final java.lang.String ENCODING_MP3
public static final FormatKey<java.lang.Integer> SampleSizeInBitsKey
public static final FormatKey<java.lang.Integer> ChannelsKey
public static final FormatKey<java.lang.Integer> FrameSizeKey
public static final FormatKey<java.nio.ByteOrder> ByteOrderKey
public static final FormatKey<java.lang.Boolean> SignedKey
public static final FormatKey<java.lang.Boolean> SilenceBugKey
Copyright © 2022. All Rights Reserved.