public class TAudioFileFormat extends AudioFileFormat
AudioFileFormat.Type| Constructor and Description |
|---|
TAudioFileFormat(AudioFileFormat.Type type,
AudioFormat audioFormat,
int nLengthInFrames,
int nLengthInBytes) |
TAudioFileFormat(AudioFileFormat.Type type,
AudioFormat audioFormat,
int nLengthInFrames,
int nLengthInBytes,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
properties() |
protected void |
setProperty(String key,
Object value) |
getByteLength, getFormat, getFrameLength, getProperty, getType, toStringpublic TAudioFileFormat(AudioFileFormat.Type type, AudioFormat audioFormat, int nLengthInFrames, int nLengthInBytes)
public TAudioFileFormat(AudioFileFormat.Type type, AudioFormat audioFormat, int nLengthInFrames, int nLengthInBytes, Map<String,Object> properties)
public Map<String,Object> properties()
properties in class AudioFileFormatCopyright © 2016. All Rights Reserved.