Amazon Kinesis Webrtc C SDK
 
Loading...
Searching...
No Matches
RtpG711Payloader.h
Go to the documentation of this file.
1/*******************************************
2G711 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
10extern "C" {
11#endif
12
13STATUS createPayloadForG711(UINT32, PBYTE, UINT32, PBYTE, PUINT32, PUINT32, PUINT32);
14STATUS 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