Asterisk - The Open Source Telephony Project  18.5.0
Public Types | Data Fields
_cm Struct Reference

Public Types

enum  { CM_RD = 1, CM_WR = 2, CM_RDWR = 3 }
 

Data Fields

uint32_t ast_format
 
enum CodecID codec
 
enum _cm:: { ... }  rw
 

Detailed Description

Definition at line 1113 of file vcodecs.c.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
CM_RD 
CM_WR 
CM_RDWR 

Definition at line 1116 of file vcodecs.c.

1116 { CM_RD = 1, CM_WR = 2, CM_RDWR = 3 } rw; /* read or write or both ? */
enum _cm::@181 rw

Field Documentation

◆ ast_format

uint32_t ast_format

Definition at line 1114 of file vcodecs.c.

Referenced by map_video_format().

◆ codec

enum CodecID codec

Definition at line 1115 of file vcodecs.c.

Referenced by map_video_format().

◆ rw

enum { ... } rw

Referenced by map_video_format().


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