public class MFAudioFileFormat extends AudioFileFormat
AudioFileFormat
, instantiated from native code in MFAudioFileReader.c
.AudioFileFormat.Type
Constructor and Description |
---|
MFAudioFileFormat(String url,
float sampleRate,
int sampleSize,
int channels,
int packetSize,
float frameRate,
boolean bigEndian,
long durationInMs,
int bitRate,
boolean vbr) |
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(String s) |
Map<String,Object> |
properties() |
getByteLength, getFormat, getFrameLength, getType, toString
public MFAudioFileFormat(String url, float sampleRate, int sampleSize, int channels, int packetSize, float frameRate, boolean bigEndian, long durationInMs, int bitRate, boolean vbr) throws UnsupportedAudioFileException
UnsupportedAudioFileException
public Map<String,Object> properties()
properties
in class AudioFileFormat
public Object getProperty(String s)
getProperty
in class AudioFileFormat
Copyright © 2011–2018 tagtraum industries incorporated. All rights reserved.