Reads SV8 metadata for MPC (MusePack) audio files.
SV8 specifications: http://trac.musepack.net/trac/wiki/SV8Specification
Declaration Syntax
C# | Visual Basic |
public static class SV8Metadata
Public NotInheritable Class SV8Metadata
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
GetInt32(array<Byte>[]()[][], Int32, Boolean) |
Returns a 32-bit integer from a byte array. Big endian or little endian can be used.
| |
GetVariableLengthInteger(array<Byte>[]()[][], Int32%) |
Returns a variable length integer. The length can vary between 8-bits to 64-bits.
| |
Read(String) |
Reads the SV8 metadata from a MPC (MusePack) audio file.
| |
ReadVariableLengthInteger(BinaryReader%, Int32%) |
Reads a variable length integer. Reads until the last byte is found. The length can vary between 8-bits to 64-bits.
|
Inheritance Hierarchy
Object | |
SV8Metadata |