Amazon Kinesis Webrtc C SDK
RtpG711Payloader.h
Go to the documentation of this file.
1 /*******************************************
2 G711 RTP Payloader include file
3 *******************************************/
4 #ifndef __KINESIS_VIDEO_WEBRTC_CLIENT_RTPG711PAYLOADER_H
5 #define __KINESIS_VIDEO_WEBRTC_CLIENT_RTPG711PAYLOADER_H
6 
7 #pragma once
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 STATUS createPayloadForG711(UINT32, PBYTE, UINT32, PBYTE, PUINT32, PUINT32, PUINT32);
14 STATUS depayG711FromRtpPayload(PBYTE, UINT32, PBYTE, PUINT32, PBOOL);
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 #endif //__KINESIS_VIDEO_WEBRTC_CLIENT_RTPG711PAYLOADER_H
STATUS depayG711FromRtpPayload(PBYTE, UINT32, PBYTE, PUINT32, PBOOL)
Definition: RtpG711Payloader.c:47
STATUS createPayloadForG711(UINT32, PBYTE, UINT32, PBYTE, PUINT32, PUINT32, PUINT32)
Definition: RtpG711Payloader.c:5