Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
byteRangeMatches
Method · 0.95
parseVersion
Method · 0.95
getInt2
Method · 0.95
getInt4
Method · 0.95
getData
Method · 0.65
Tested by
no test coverage detected