BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJMEDIA Reference

pjmedia_video_format_detail Struct Reference

#include <format.h>

Data Fields

pjmedia_rect_size size
 
pjmedia_ratio fps
 
pj_uint32_t avg_bps
 
pj_uint32_t max_bps
 

Detailed Description

This structure is put in detail field of pjmedia_format to describe detail information about a video media.

Additional information about a video format can also be retrieved by calling pjmedia_get_video_format_info().

Field Documentation

◆ size

pjmedia_rect_size pjmedia_video_format_detail::size

Video size (width, height)

◆ fps

pjmedia_ratio pjmedia_video_format_detail::fps

Number of frames per second.

◆ avg_bps

pj_uint32_t pjmedia_video_format_detail::avg_bps

Average bitrate.

◆ max_bps

pj_uint32_t pjmedia_video_format_detail::max_bps

Maximum bitrate.


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

 


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