MCPcopy Create free account
hub / github.com/zhuker/lamejs / readParams

Method readParams

src/main/java/lowlevel/LameEncoder.java:187–191  ·  view source on GitHub ↗
(AudioFormat sourceFormat, Map<String, Object> props)

Source from the content-addressed store, hash-verified

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);

Callers 1

LameEncoderMethod · 0.95

Calls 1

readPropsMethod · 0.95

Tested by

no test coverage detected