Skip to content

Sample Entry: 'urim'#478

Draft
dukesook wants to merge 1 commit intogpac:mainfrom
dukesook:urim
Draft

Sample Entry: 'urim'#478
dukesook wants to merge 1 commit intogpac:mainfrom
dukesook:urim

Conversation

@dukesook
Copy link
Contributor

Description

Reads the urim Metadata Sample Entry.

See ISO/IEC 14496-12, Section 12.3.3.2

aligned(8) class URIBox extends FullBox('uri ', version = 0, 0) {
  utf8string theURI;
}
aligned(8) class URIInitBox
  extends FullBox('uriI', version = 0, 0) {
  unsigned int(8) uri_initialization_data[];
}
class URIMetaSampleEntry() extends MetaDataSampleEntry ('urim') {
  URIbox the_label;
  URIInitBox init; // optional
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant