This structure contains the buffer used for format attributes. More...
#include <format.h>
Data Fields | |
| uint32_t | format_attr [AST_FORMAT_ATTR_SIZE] |
| uint8_t | rtp_marker_bit |
This structure contains the buffer used for format attributes.
| uint32_t format_attr[AST_FORMAT_ATTR_SIZE] |
The buffer formats can use to represent attributes
Definition at line 134 of file format.h.
Referenced by h263_attr_key_to_str(), h263_format_attr_get_joint(), h263_format_attr_sdp_generate(), h263_format_attr_sdp_parse(), h264_attr_key_addable(), h264_format_attr_cmp(), h264_format_attr_get_joint(), h264_format_attr_sdp_generate(), and h264_format_attr_sdp_parse().
| uint8_t rtp_marker_bit |
If a format's payload needs to pass through that a new marker is required for RTP, this variable will be set.
Definition at line 137 of file format.h.
Referenced by ast_format_get_video_mark(), and ast_format_set_video_mark().