# VideoTrackSourceInfo
- [Overview](#section1352262344165636)
- [Summary](#section1798057246165636)
- [Data Fields](#pub-attribs)
- [Details](#section1402916045165636)
- [Field](#section1325198502165636)
- [bitRate](#a61809ef1608eedcd1cb62b53a835acb2)
- [codecType](#af5da9e75ec58525d973015237eda6dfc)
- [frameRate](#ad73d656b0f478e287b305609bc831f52)
- [height](#a97aff725ec37d360cd3dee5a0050d597)
- [keyFrameInterval](#a645143b2ac9d6de335300c62aec4c73e)
- [speed](#a2485907934d8d174860dcb915c8cbef7)
- [width](#ac05a648fdbc7902c8845b9784398ec70)
## **Overview**
**Related Modules:**
[Format](Format.md)
**Description:**
Defines information about the muxer video source.
**Since:**
1.0
**Version:**
1.0
## **Summary**
## Data Fields
## **Details**
## **Field **
## bitRate
```
uint32_t VideoTrackSourceInfo::bitRate
```
**Description:**
Encoding bit rate, in bit/s
## codecType
```
[CodecFormat](Format.md#gaf7ed135f15d4b218d41705bac0122ba7) VideoTrackSourceInfo::codecType
```
**Description:**
Video encoding type, for details, see [CodecFormat](Format.md#gaf7ed135f15d4b218d41705bac0122ba7).
## frameRate
```
uint32_t VideoTrackSourceInfo::frameRate
```
**Description:**
Encoding frame rate
## height
```
uint32_t VideoTrackSourceInfo::height
```
**Description:**
Video height
## keyFrameInterval
```
uint32_t VideoTrackSourceInfo::keyFrameInterval
```
**Description:**
Keyframe interval
## speed
```
float VideoTrackSourceInfo::speed
```
**Description:**
Video speed
## width
```
uint32_t VideoTrackSourceInfo::width
```
**Description:**
Video width