Skip to content

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant