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

#include <converter.h>

Public Member Functions

 PJ_DECL_LIST_MEMBER (struct pjmedia_converter_factory)
 

Data Fields

const char * name
 
int priority
 
pjmedia_converter_factory_opop
 

Detailed Description

Converter factory. The converter factory registers a callback function to create converters.

Member Function Documentation

◆ PJ_DECL_LIST_MEMBER()

pjmedia_converter_factory::PJ_DECL_LIST_MEMBER ( struct pjmedia_converter_factory  )

Standard list members.

Field Documentation

◆ name

const char* pjmedia_converter_factory::name

Factory name.

◆ priority

int pjmedia_converter_factory::priority

Converter priority determines which converter instance to be used if more than one converters are able to perform the requested conversion. Converter implementor can use this value to order the preference based on attributes such as quality or performance. Higher number indicates higher priority. The pjmedia_converter_priority_guide enumeration shall be used as the base value to set the priority.

◆ op

pjmedia_converter_factory_op* pjmedia_converter_factory::op

Pointer to factory operation.


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

 


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