4

can any one help, i need to set the metadata to audio recording done by application.

I have a image which i need to set in the artWork of the recording.

Thanks in advance.

Bulla
  • 924
  • 1
  • 7
  • 15

1 Answers1

3

I found implementations of fetching Metadata of AVAsset. But its possible to set AV MetaData using AVMetaDataItem. This class MP42AVFImporter.m in This Example has a method named -(MP42Metadata*)convertMetadata they have manipulated metadata and also they have added there own artwork image... have a look...

toraritte
  • 6,300
  • 3
  • 46
  • 67
BhushanVU
  • 3,455
  • 1
  • 24
  • 33