Java API
class

AiffParser

me.tamkungz.codecmedia.internal.audio.aiff.AiffParser

Version
1.1.5
Java
17
Source file
me/tamkungz/codecmedia/internal/audio/aiff/AiffParser.java
Repository
View source ↗
public final class AiffParser

Methods 4

parse

public static AiffProbeInfo parse(byte[] bytes) throws CodecMediaException

isLikelyAiff

public static boolean isLikelyAiff(byte[] bytes)

readTextMetadata

public static Map<String, String> readTextMetadata(byte[] bytes) throws CodecMediaException

writeTextMetadata

public static byte[] writeTextMetadata(byte[] bytes, Map<String, String> metadataEntries) throws CodecMediaException