Lines Matching refs:format
46 * array rather than an arbitrary input stream) and a format
62 AudioFormat format; // carry forth the format array amusement
71 // if we cannot extract valid format information, we resort to assuming the data will be 8k mono u-law
73 this.format = DEFAULT_FORMAT;
75 // okay, we need to extract the format and the byte buffer of data
78 this.format = ais.getFormat();
82 // use default format
84 // use default format
93 AudioData(AudioFormat format, byte[] buffer) {
95 this.format = format;