Searched refs:alacAtom (Results 1 – 1 of 1) sorted by relevance
187 ByteBuffer alacAtom = ByteBuffer.allocate(alacAtomLength); in getAlacExtraData() local188 alacAtom.putInt(alacAtomLength); in getAlacExtraData()189 alacAtom.putInt(0x616c6163); // type=alac in getAlacExtraData()190 alacAtom.putInt(0); // version=0, flags=0 in getAlacExtraData()191 alacAtom.put(magicCookie, /* offset= */ 0, magicCookie.length); in getAlacExtraData()192 return alacAtom.array(); in getAlacExtraData()