Changes between Version 13 and Version 14 of MEDIA_ENGINE_IMPL_MAIN_R3
- Timestamp:
- 09/01/09 12:19:19 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MEDIA_ENGINE_IMPL_MAIN_R3
v13 v14 81 81 }}} 82 82 83 Most of the methods come from Player class from the second revision of the ticket ( [wiki:MEDIA_ENGINE_IMPL_MAIN_R2] ), but new fields and methods will be introduced ('' info regarding AVFormatContext and all other data types and methods from the FFmpeg library could be found at'' [http://www.dranger.com/ffmpeg/data.html] ): [[BR]] 83 Most of the methods come from Player class from the second revision of the ticket ( [wiki:MEDIA_ENGINE_IMPL_MAIN_R2] ), but new fields and methods will be introduced ('' info regarding AVFormatContext and all other data types and methods from the FFmpeg library could be found at'' [http://www.dranger.com/ffmpeg/data.html] ): [[BR]][[BR]] 84 84 Fields: 85 85 * int audiostream - ''the index in the pFormatCtx->streams that is CODEC_TYPE_AUDIO.'' … … 94 94 95 95 96 A decode method for the audio stream in this class should be provided: 96 A decode method for the audio stream in this class should be provided:[[BR]] 97 97 prototype: 98 98 {{{