Lines Matching defs:handler
47 const RTPDynamicProtocolHandler *handler);
126 /** Initialize dynamic protocol handler, called after the full rtpmap line is parsed, may be null */
135 /** Parse handler for this dynamic packet */
189 const RTPDynamicProtocolHandler *handler;
194 * Find a registered rtp dynamic protocol handler with the specified name.
196 * @param name name of the requested rtp dynamic protocol handler
197 * @return A rtp dynamic protocol handler if one was found, NULL otherwise.
202 * Find a registered rtp dynamic protocol handler with a matching codec ID.
204 * @param id AVCodecID of the requested rtp dynamic protocol handler.
205 * @return A rtp dynamic protocol handler if one was found, NULL otherwise.