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

Method getSid

core/src/main/java/org/gagravarr/ogg/OggPacket.java:65–67  ·  view source on GitHub ↗

Returns the Stream ID (Sid) that this packet belongs to.

()

Source from the content-addressed store, hash-verified

63 * this packet belongs to.
64 */
65 public int getSid() {
66 return parent.getSid();
67 }
68 /**
69 * Returns the granule position of the page
70 * that this packet belongs to. The meaning

Callers 15

printStreamInfoMethod · 0.95
getNextPacketMethod · 0.95
getNextPacketWithSidMethod · 0.95
getSkeletonStreamsMethod · 0.95
testSkipToSequenceMethod · 0.95
testEmptyPagesMethod · 0.95
testInterleavedMethod · 0.95
copyMethod · 0.95
testPacketsMethod · 0.95
testPagesMethod · 0.95
testPacketsMethod · 0.95

Calls 1

getSidMethod · 0.65

Tested by 10

testSkipToSequenceMethod · 0.76
testEmptyPagesMethod · 0.76
testInterleavedMethod · 0.76
copyMethod · 0.76
testPacketsMethod · 0.76
testPagesMethod · 0.76
testPacketsMethod · 0.76
doTestMethod · 0.76
testReadV3Method · 0.76