Ignore:
Timestamp:
Mar 15, 2011 5:07:01 AM (13 years ago)
Author:
ming
Message:

Closed #1206: Add pjmedia_stream API to get the last frame type retrieved from the jitter buffer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/stream.h

    r3327 r3442  
    185185 
    186186/** 
     187 * Get the last frame type retreived from the jitter buffer. 
     188 * 
     189 * @param stream        The media stream. 
     190 * 
     191 * @return              Jitter buffer frame type. 
     192 */ 
     193PJ_DEF(char) pjmedia_stream_get_last_jb_frame_type(pjmedia_stream *stream); 
     194 
     195 
     196/** 
    187197 * Get the media port interface of the stream. The media port interface 
    188198 * declares put_frame() and get_frame() function, which is the only  
Note: See TracChangeset for help on using the changeset viewer.