Home | History | Annotate | Download | only in source

Lines Matching refs:payload

36   // Parses the RTP packet and calls the data callback with the payload data.
45 const uint8_t* payload,
59 // Returns true if we should report CSRC changes for this payload type.
60 // TODO(phoglund): should move out of here along with other payload stuff.
63 // Notifies the strategy that we have created a new non-RED payload type in
64 // the payload registry.
77 // Checks if the payload type has changed, and returns whether we should
85 // Stores / retrieves the last media specific payload for later reference.
86 void GetLastMediaSpecificPayload(PayloadUnion* payload) const;
87 void SetLastMediaSpecificPayload(const PayloadUnion& payload);
90 // The data callback is where we should send received payload data.