FileInfo.md 3.4 KB
Newer Older
W
wenjun 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
# FileInfo<a name="ZH-CN_TOPIC_0000001054479561"></a>

## **Overview**<a name="section290268220093530"></a>

**Related Modules:**

[Format](Format.md)

**Description:**

Defines movie file information. 

**Since:**

1.0

**Version:**

1.0

## **Summary**<a name="section2073134810093530"></a>

## Data Fields<a name="pub-attribs"></a>

<a name="table2062453253093530"></a>
<table><thead align="left"><tr id="row624031907093530"><th class="cellrowborder" valign="top" width="50%" id="mcps1.1.3.1.1"><p id="p469257558093530"><a name="p469257558093530"></a><a name="p469257558093530"></a>Variable Name</p>
</th>
<th class="cellrowborder" valign="top" width="50%" id="mcps1.1.3.1.2"><p id="p1083353932093530"><a name="p1083353932093530"></a><a name="p1083353932093530"></a>Description</p>
</th>
</tr>
</thead>
<tbody><tr id="row1140521081093530"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1 "><p id="p1091484620093530"><a name="p1091484620093530"></a><a name="p1091484620093530"></a><a href="FileInfo.md#a38797d4349538f098d6f14b94446bee7">formatName</a></p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p1738966893093530"><a name="p1738966893093530"></a><a name="p1738966893093530"></a>char *&nbsp;</p>
</td>
</tr>
<tr id="row458451661093530"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1 "><p id="p254342205093530"><a name="p254342205093530"></a><a name="p254342205093530"></a><a href="FileInfo.md#ac6afb3ba1891e7fd02c3b2c942d2525f">bitrate</a></p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p1770872799093530"><a name="p1770872799093530"></a><a name="p1770872799093530"></a>uint32_t&nbsp;</p>
</td>
</tr>
<tr id="row1104639130093530"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1 "><p id="p98231340093530"><a name="p98231340093530"></a><a name="p98231340093530"></a><a href="FileInfo.md#a1373e3d2662f2112eb58078c7ef7e2a2">programNum</a></p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p116201288093530"><a name="p116201288093530"></a><a name="p116201288093530"></a>uint32_t&nbsp;</p>
</td>
</tr>
<tr id="row839933401093530"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1 "><p id="p730441336093530"><a name="p730441336093530"></a><a name="p730441336093530"></a><a href="FileInfo.md#aeb2b662b1dd525c9b56f2ddca1013058">programInfo</a></p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p1140115281093530"><a name="p1140115281093530"></a><a name="p1140115281093530"></a><a href="ProgramInfo.md">ProgramInfo</a> *&nbsp;</p>
</td>
</tr>
</tbody>
</table>

## **Details**<a name="section7338217093530"></a>

## **Field Documentation**<a name="section597530444093530"></a>

## bitrate<a name="ac6afb3ba1891e7fd02c3b2c942d2525f"></a>

```
uint32_t FileInfo::bitrate
```

 **Description:**

Bit rate of the movie file 

## formatName<a name="a38797d4349538f098d6f14b94446bee7"></a>

```
char* FileInfo::formatName
```

 **Description:**

Pointer to the name of the movie file container format 

## programInfo<a name="aeb2b662b1dd525c9b56f2ddca1013058"></a>

```
[ProgramInfo](ProgramInfo.md)* FileInfo::programInfo
```

 **Description:**

Pointer to the array of information about the movie file program 

## programNum<a name="a1373e3d2662f2112eb58078c7ef7e2a2"></a>

```
uint32_t FileInfo::programNum
```

 **Description:**

Number of programs