-
Notifications
You must be signed in to change notification settings - Fork 37
MetaData Sample Description functions
Dimitri Podborski edited this page Sep 17, 2020
·
1 revision
These convenience functions can be used to build and inspect metadata sample descriptions.
ISOErr ISONewXMLMetaDataSampleDescription(
MP4Track theTrack,
MP4Handle sampleDescriptionH,
u32 dataReferenceIndex,
char* content_encoding,
char* xml_namespace,
char* schema_location );
This builds a new XML metadata sample entry.
ISOErr ISONewTextMetaDataSampleDescription(
MP4Track theTrack,
MP4Handle sampleDescriptionH,
u32 dataReferenceIndex,
char* content_encoding,
char* mime_format );
This builds a new text metadata sample entry.
How to use
API documentation single page
- Data Types
- Movie related functions
- Track related functions
- Media related functions
- MPEG sample auxiliary information functions
- MPEG sync-layer functions
- MPEG SLConfig functions
- General Sample Description functions
- AVC Sample Description functions
- MetaData Sample Description functions
- Meta data functions
- Track reader functions
- MPEG-4 IPMPX related functions
- ISMACrypt Support
- Utility functions