(AudioFormat sourceFormat, Map<String, Object> props)
| 185 | } |
| 186 | |
| 187 | private void readParams(AudioFormat sourceFormat, Map<String, Object> props) { |
| 188 | if (props != null) { |
| 189 | readProps(props); |
| 190 | } |
| 191 | } |
| 192 | |
| 193 | public void setSourceFormat(AudioFormat sourceFormat) { |
| 194 | setFormat(sourceFormat, null); |