![]() |
CRM64Pro GDK v0.18.0
A free cross-platform game development kit built on top of SDL 3.0
|
Video metadata and statistics. More...
Video metadata and statistics.
Public Attributes | |
| Sint32 | iWidth |
| Native video width in pixels. | |
| Sint32 | iHeight |
| Native video height in pixels. | |
| float | fFPS |
| Frames per second. | |
| Sint32 | iDurationMS |
| Total duration in milliseconds. | |
| Uint64 | iTotalFrames |
| Total number of frames. | |
| Sint32 | iVideoBitRate |
| Video bitrate in Kbps, or 0 if unknown. | |
| Sint32 | iAudioChannels |
| Number of audio channels, or 0 if no audio stream is present. | |
| Sint32 | iAudioFrequency |
| Audio frequency in Hz, or 0 if no audio stream is present. | |
| Sint32 | iAudioBitRate |
| Audio bitrate in Kbps, or 0 if unknown. | |
| char | szCodec [32] |
| Video codec name (e.g., "h264"). | |
| char | szAudioCodec [32] |
| Audio codec name (e.g., "aac"). | |
| char | szContainer [32] |
| Container/demuxer name (e.g., "mov,mp4,m4a,3gp,3g2,mj2"). | |
| char | szPixelFormat [32] |
| Decoded video pixel format (e.g., "yuv420p"). | |
| bool | bFPSEstimated |
| true if fFPS was estimated because stream FPS metadata was unavailable. | |