Home
last modified time | relevance | path

Searched refs:contentDistributorId (Results 1 – 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/vodafone/
DContentDistributorIdBox.java33 private String contentDistributorId; field in ContentDistributorIdBox
44 return contentDistributorId; in getContentDistributorId()
48 return 2 + Utf8.utf8StringLengthInBytes(contentDistributorId) + 5; in getContentSize()
55 contentDistributorId = IsoTypeReader.readString(content); in _parseDetails()
62 byteBuffer.put(Utf8.convert(contentDistributorId)); in getContent()