Confirmed users
157
edits
No edit summary |
|||
| Line 220: | Line 220: | ||
NOTE: step 8 are not specified in this API | NOTE: step 8 are not specified in this API | ||
== Problems == | |||
* General codecs do not describe metadata | |||
** Codec type information have to be write done by some other mechenism | |||
* Some codecs collect enough data to produce output, MediaCodec::GetEncodedData is not adequate. | |||
** Writer should query MediaCodec state before attempt to read data | |||
** Some container force stream interleave, we may need some sync mechanism | |||