# FileInfo - [Overview](#section1402189407165631) - [Summary](#section964552924165631) - [Data Fields](#pub-attribs) - [Details](#section86417929165631) - [Field](#section1265510319165631) - [bitrate](#ac6afb3ba1891e7fd02c3b2c942d2525f) - [formatName](#a38797d4349538f098d6f14b94446bee7) - [programInfo](#aeb2b662b1dd525c9b56f2ddca1013058) - [programNum](#a1373e3d2662f2112eb58078c7ef7e2a2) ## **Overview** **Related Modules:** [Format](Format.md) **Description:** Defines movie file information. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Fields

Variable Name

Description

formatName

char *

bitrate

uint32_t

programNum

uint32_t

programInfo

ProgramInfo *

## **Details** ## **Field ** ## bitrate ``` uint32_t FileInfo::bitrate ``` **Description:** Bit rate of the movie file ## formatName ``` char* FileInfo::formatName ``` **Description:** Pointer to the name of the movie file container format ## programInfo ``` [ProgramInfo](ProgramInfo.md)* FileInfo::programInfo ``` **Description:** Pointer to the array of information about the movie file program ## programNum ``` uint32_t FileInfo::programNum ``` **Description:** Number of programs