Skip to content

MediaMetadataStructures: add getDataMap #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

cchampet
Copy link
Member

  • Can get all data of Properties structures by getDataMap(), which return a MetadatasMap (key / value).
  • This is the choice of the application which uses AvTranscoder of how to display the data.
  • Correct Licence to License.

Clement Champetier added 8 commits August 11, 2014 17:45
* Can get all data of Properties structures by getDataMap(), which
return a MetadatasMap.
* Update Print file. This is the choice of the application which uses
AvTranscoder of how to display the data.
* Use the typedef as ofter as possible.
* This structure will enable us to give the data with the order we want
(which is not the alphabetic order).
Update order of data for:
   * VideoProperties.
   * AudioProperties.
   * Properties.
* This functions fills metadata parameter with the given AVDictionary.
* Use it when add metadata of AVFormatContext in InputFile::analyse
function.
* All type of stream can have metadata!
* Fill these data when add metadata of AVFormatContext of the stream in
InputFile::analyse function.
* Get these data with getDataMap function corresponding to the structure
you want.
MarcAntoine-Arnaud added a commit that referenced this pull request Aug 12, 2014
…ataMap

MediaMetadataStructures: add getDataMap
@MarcAntoine-Arnaud MarcAntoine-Arnaud merged commit da3d155 into avTranscoder:master Aug 12, 2014
@cchampet cchampet deleted the dev_MediaMetadataStructures_getDataMap branch September 17, 2014 08:05
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.

2 participants