MCPcopy Create free account
hub / github.com/Gagravarr/VorbisJava / OpusInfo

Method OpusInfo

core/src/main/java/org/gagravarr/opus/OpusInfo.java:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 private byte[] channelMapping;
39
40 public OpusInfo() {
41 super();
42 version = 1;
43 }
44
45 public OpusInfo(OggPacket pkt) {
46 super(pkt);

Callers

nothing calls this directly

Calls 5

byteRangeMatchesMethod · 0.95
parseVersionMethod · 0.95
getInt2Method · 0.95
getInt4Method · 0.95
getDataMethod · 0.65

Tested by

no test coverage detected