Line 239: |
Line 239: |
| | 0x0 || 0x10 || ? || 0 | | | 0x0 || 0x10 || ? || 0 |
| |- | | |- |
− | | 0x10 || 0x4 || ? || 0x103 | + | | 0x10 || 0x4 || Unknown, must match 0x103. || 0x103 |
| |- | | |- |
− | | 0x14 || 0x4 || s32 VideoBitRate || 8000000 | + | | 0x14 || 0x4 || s32 VideoBitRate, 0 is invalid. || 8000000 |
| |- | | |- |
− | | 0x18 || 0x4 || s32 VideoWidth || 1280 | + | | 0x18 || 0x4 || s32 VideoWidth, must match 1280 or 1920. || 1280 |
| |- | | |- |
− | | 0x1C || 0x4 || s32 VideoHeight || 720 | + | | 0x1C || 0x4 || s32 VideoHeight, must match 720 or 1080. || 720 |
| |- | | |- |
− | | 0x20 || 0x4 || s32 VideoFrameRate || 30 | + | | 0x20 || 0x4 || s32 VideoFrameRate, must match 30 or 60. || 30 |
| |- | | |- |
− | | 0x24 || 0x4 || s32 VideoKeyFrameInterval || 30 | + | | 0x24 || 0x4 || s32 VideoKeyFrameInterval, 0 is invalid. || 30 |
| |- | | |- |
| | 0x28 || 0x4 || s32 AudioBitRate || 128000 ([5.0.0-5.1.0] 1536000) | | | 0x28 || 0x4 || s32 AudioBitRate || 128000 ([5.0.0-5.1.0] 1536000) |
| |- | | |- |
− | | 0x2C || 0x4 || s32 AudioSampleRate || 48000 | + | | 0x2C || 0x4 || s32 AudioSampleRate, 0 is invalid. || 48000 |
| |- | | |- |
− | | 0x30 || 0x4 || s32 AudioChannelCount || 2 | + | | 0x30 || 0x4 || s32 AudioChannelCount, must match 2. || 2 |
| |- | | |- |
− | | 0x34 || 0x4 || "nn::audio::SampleFormat" AudioSampleFormat || 2 | + | | 0x34 || 0x4 || "nn::audio::SampleFormat" AudioSampleFormat, must match 2. || 2 |
| |- | | |- |
| | 0x38 || 0x4 || "nn::album::ImageOrientation" VideoImageOrientation. || 0 | | | 0x38 || 0x4 || "nn::album::ImageOrientation" VideoImageOrientation. || 0 |