Searched refs:UUIDConverter (Results 1 – 3 of 3) sorted by relevance
9 import com.googlecode.mp4parser.util.UUIDConverter;37 …public static byte[] OMA2_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("A2B55680-6F43-11E0-9A…38 …public static byte[] PLAYREADY_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("9A04F079-9840-42…
8 import com.googlecode.mp4parser.util.UUIDConverter;65 systemId = UUIDConverter.convert(systemIdBytes); in _parseDetails()
25 public class UUIDConverter { class