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

Class FrameDataNode

src/main/java/mp3/FrameDataNode.java:3–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package mp3;
2
3public final class FrameDataNode {
4 FrameDataNode nxt;
5 /**
6 * Frame Identifier
7 */
8 int fid;
9 /**
10 * 3-character language descriptor
11 */
12 String lng;
13
14 Inf dsc = new Inf(), txt = new Inf();
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…