Amazon Kinesis Webrtc C SDK
Deserialize.c File Reference
#include "../Include_i.h"
Include dependency graph for Deserialize.c:

Macros

#define LOG_CLASS   "SDP"
 

Functions

STATUS parseMediaName (PSessionDescription pSessionDescription, PCHAR pch, UINT32 lineLen)
 
STATUS parseSessionAttributes (PSessionDescription pSessionDescription, PCHAR pch, UINT32 lineLen)
 
STATUS parseMediaAttributes (PSessionDescription pSessionDescription, PCHAR pch, UINT32 lineLen)
 
STATUS deserializeSessionDescription (PSessionDescription pSessionDescription, PCHAR sdpBytes)
 

Macro Definition Documentation

◆ LOG_CLASS

#define LOG_CLASS   "SDP"

Function Documentation

◆ deserializeSessionDescription()

STATUS deserializeSessionDescription ( PSessionDescription  pSessionDescription,
PCHAR  sdpBytes 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ parseMediaAttributes()

STATUS parseMediaAttributes ( PSessionDescription  pSessionDescription,
PCHAR  pch,
UINT32  lineLen 
)
Here is the caller graph for this function:

◆ parseMediaName()

STATUS parseMediaName ( PSessionDescription  pSessionDescription,
PCHAR  pch,
UINT32  lineLen 
)
Here is the caller graph for this function:

◆ parseSessionAttributes()

STATUS parseSessionAttributes ( PSessionDescription  pSessionDescription,
PCHAR  pch,
UINT32  lineLen 
)
Here is the caller graph for this function: