VideoTrackAttributes
Descriptor for audio track format.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Media
- Assembly: UnityEditor
public struct VideoTrackAttributes
Fields
Value | Description |
|---|---|
| bitRateMode | VideoBitrateMode for the encoded video. |
| frameRate | Frames per second. |
| height | Image height in pixels. |
| includeAlpha | True if the track is to include the alpha channel found in the texture passed to AddFrame. False otherwise. |
| width | Image width in pixels. |