Changes between Version 13 and Version 14 of MEDIA_ENGINE_IMPL_MAIN_R3


Ignore:
Timestamp:
09/01/09 12:19:19 (16 years ago)
Author:
stefan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MEDIA_ENGINE_IMPL_MAIN_R3

    v13 v14  
    8181}}} 
    8282 
    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]] 
     83Most 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]] 
    8484Fields: 
    8585 * int audiostream - ''the index in the pFormatCtx->streams that is CODEC_TYPE_AUDIO.'' 
     
    9494 
    9595 
    96 A decode method for the audio stream in this class should be provided: 
     96A decode method for the audio stream in this class should be provided:[[BR]] 
    9797prototype: 
    9898{{{