Adding a payload type to AudioEncoder objects
The type is set in the Config struct and is provided in the EncodedInfo output struct from each Encode() call. The audio_decoder_unittest is updated to verify correct propagation of the payload type. BUG=3926 R=kwiberg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27299004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7780 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -24,6 +24,7 @@ class AudioEncoder {
|
||||
public:
|
||||
struct EncodedInfo {
|
||||
uint32_t encoded_timestamp;
|
||||
int payload_type;
|
||||
};
|
||||
|
||||
virtual ~AudioEncoder() {}
|
||||
|
||||
Reference in New Issue
Block a user