# VideoStatusEncodingMetadata

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**width** | **Int** | The width of the video in pixels. | [optional] 
**height** | **Int** | The height of the video in pixels. | [optional] 
**bitrate** | **Double** | The number of bits processed per second. | [optional] 
**duration** | **Int** | The length of the video. | [optional] 
**framerate** | **Int** | The frequency with which consecutive images or frames appear on a display. Shown in this API as frames per second (fps). | [optional] 
**samplerate** | **Int** | How many samples per second a digital audio system uses to record an audio signal. The higher the rate, the higher the frequencies that can be recorded. They are presented in this API using hertz. | [optional] 
**videoCodec** | **String** | The method used to compress and decompress digital video. API Video supports all codecs in the libavcodec library.  | [optional] 
**audioCodec** | **String** | The method used to compress and decompress digital audio for your video. | [optional] 
**aspectRatio** | **String** |  | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)