Ignore:
Timestamp:
Nov 13, 2019 9:11:04 AM (5 years ago)
Author:
nanang
Message:

Close #1437: Video keyframe request/response using RTCP-FB PLI.

File:
1 edited

Legend:

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

    r5788 r6106  
    3030#include <pjmedia/port.h> 
    3131#include <pjmedia/rtcp.h> 
     32#include <pjmedia/rtcp_fb.h> 
    3233#include <pjmedia/transport.h> 
    3334#include <pjmedia/vid_codec.h> 
     
    157158                                         will be calculated from RTP.       */ 
    158159    pj_bool_t           rtcp_mux;   /**< Use RTP and RTCP multiplexing.     */ 
     160    pjmedia_rtcp_fb_info loc_rtcp_fb; /**< Local RTCP-FB info.              */ 
     161    pjmedia_rtcp_fb_info rem_rtcp_fb; /**< Remote RTCP-FB info.             */ 
    159162    unsigned            tx_pt;      /**< Outgoing codec paylaod type.       */ 
    160163    unsigned            rx_pt;      /**< Incoming codec paylaod type.       */ 
Note: See TracChangeset for help on using the changeset viewer.