WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJMEDIA Reference

pjmedia_transport Struct Reference

#include <transport.h>

Data Fields

char name [PJ_MAX_OBJ_NAME]
 
pjmedia_transport_type type
 
pjmedia_transport_opop
 
void * user_data
 

Detailed Description

This structure declares media transport. A media transport is called by the stream to transmit a packet, and will notify stream when incoming packet is arrived.

Forward declaration for media transport.

Field Documentation

◆ name

char pjmedia_transport::name[PJ_MAX_OBJ_NAME]

Transport name (for logging purpose).

◆ type

pjmedia_transport_type pjmedia_transport::type

Transport type.

◆ op

◆ user_data

void* pjmedia_transport::user_data

Application/user data


The documentation for this struct was generated from the following file:

 


PJMEDIA small footprint Open Source media stack
Copyright (C) 2006-2008 Teluu Inc.