Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
format_interface Struct Reference

Structure used when registering a format interface. More...

Collaboration diagram for format_interface:
Collaboration graph
[legend]

Data Fields

char codec [0]
 Name of the codec the interface is for. More...
 
const struct ast_format_interfaceinterface
 Pointer to the format interface itself. More...
 

Detailed Description

Structure used when registering a format interface.

Definition at line 57 of file format.c.

Field Documentation

◆ codec

char codec[0]

Name of the codec the interface is for.

Definition at line 61 of file format.c.

Referenced by __ast_format_interface_register().

◆ interface

const struct ast_format_interface* interface

Pointer to the format interface itself.

Definition at line 59 of file format.c.

Referenced by __ast_format_interface_register(), and ast_format_create_named().


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