GstRtp.RTPBaseDepayloadClass¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| handle_event | r | custom event handling | |
| packet_lost | r | signal the depayloader about packet loss | |
| parent_class | r | the parent class | |
| process | r | process incoming rtp packets. Subclass must implement either this method or process_rtp_packet to process incoming rtp packets. If the child returns a buffer without a valid timestamp, the timestamp of the provided buffer will be applied to the result buffer and the buffer will be pushed. If this function returns  | |
| process_rtp_packet | r | Same as the process virtual function, but slightly more efficient, since it is passed the rtp buffer structure that has already been mapped (with  | |
| set_caps | r | configure the depayloader | 
Methods¶
None
Details¶
- class GstRtp.RTPBaseDepayloadClass¶
- Base class for RTP depayloaders.