- tagToFourCc(int) - Static method in class org.jmisb.core.video.FfmpegUtils
-
Convert 32-bit integer codec tag to a four CC string
- TimingUtils - Class in org.jmisb.core.video
-
Utility methods for timing
- toFloat32(byte[]) - Static method in class org.jmisb.core.klv.PrimitiveConverter
-
Convert a byte array to a 32-bit floating point number
- toFloat64(byte[]) - Static method in class org.jmisb.core.klv.PrimitiveConverter
-
Convert a byte array to a 64-bit floating point number
- toHexString(byte[]) - Static method in class org.jmisb.core.klv.ArrayUtils
-
Format a byte array as a string of hexadecimal values
- toHexString(byte[], int) - Static method in class org.jmisb.core.klv.ArrayUtils
-
Format a byte array as a string of hexadecimal values
- toHexString(byte[], int, boolean) - Static method in class org.jmisb.core.klv.ArrayUtils
-
Format a byte array as a string of hexadecimal values
- toInt16(byte[]) - Static method in class org.jmisb.core.klv.PrimitiveConverter
-
Convert a byte array to a signed 16-bit integer
- toInt32(byte[]) - Static method in class org.jmisb.core.klv.PrimitiveConverter
-
Convert a byte array to a signed 32-bit integer
- toInt64(byte[]) - Static method in class org.jmisb.core.klv.PrimitiveConverter
-
Convert a byte array to a signed 64-bit integer
- toUint16(byte[]) - Static method in class org.jmisb.core.klv.PrimitiveConverter
-
Convert a byte array to an unsigned 16-bit integer (int with range of uint16)
- toUint32(byte[]) - Static method in class org.jmisb.core.klv.PrimitiveConverter
-
Convert a byte array to an unsigned 32-bit integer (long with range of uint32)