Package org.mp4parser.tools
Class IsoTypeWriter
java.lang.Object
org.mp4parser.tools.IsoTypeWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteFixedPoint0230(ByteBuffer bb, double v) static voidwriteFixedPoint1616(ByteBuffer bb, double v) static voidwriteFixedPoint88(ByteBuffer bb, double v) static voidwriteIso639(ByteBuffer bb, String language) static voidwritePascalUtfString(ByteBuffer bb, String string) static voidwriteUInt16(ByteBuffer bb, int i) static voidwriteUInt16BE(ByteBuffer bb, int i) static voidwriteUInt24(ByteBuffer bb, int i) static voidwriteUInt32(ByteBuffer bb, long u) static voidwriteUInt32BE(ByteBuffer bb, long u) static voidwriteUInt48(ByteBuffer bb, long l) static voidwriteUInt64(ByteBuffer bb, long u) static voidwriteUInt8(ByteBuffer bb, int i) static voidwriteUtf8String(ByteBuffer bb, String string) static voidwriteZeroTermUtf8String(ByteBuffer bb, String string)
-
Constructor Details
-
IsoTypeWriter
public IsoTypeWriter()
-
-
Method Details
-
writeUInt64
-
writeUInt32
-
writeUInt32BE
-
writeUInt24
-
writeUInt48
-
writeUInt16
-
writeUInt16BE
-
writeUInt8
-
writeFixedPoint1616
-
writeFixedPoint0230
-
writeFixedPoint88
-
writeIso639
-
writePascalUtfString
-
writeZeroTermUtf8String
-
writeUtf8String
-