Video Data: Difference between revisions

m
Normalization
(Created page.)
 
m (Normalization)
 
(One intermediate revision by the same user not shown)
Line 1:
{{ParadiseResourceTypeInfobox
Video data resources are contain details of the videos able to be played.
| name = VideoData
| resourcenames = attract<br />Criterion<br />EAFranchise<br />EAHD<br />intro
| id = 0x42
| category = Generic
| memdist = Main Memory only
}}
 
Video data resources are contain details ofon the game's videos ableand language toavailability befor playedthem.
 
= Structures =
Line 6 ⟶ 14:
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x48 || [[#CgsResource::VideoDataResource::VideoFile | VideoFile]][6] || maVideoFiles || Per-language video file list ||
|}
 
Line 15 ⟶ 23:
| 0x0 || 0x4 || char* || mpcName || File to be played ||
|-
| 0x4 || 0x6 || bool[6] || mabAvailableLanguages || Sets the available languages for playback. See [[#CgsResource::VideoDataResource::EVideoLanguage | EVideoLanguage]].
|-
| 0xA || 0x2 || || || paddingPadding ||
|}
 
Line 23 ⟶ 31:
=== CgsResource::VideoDataResource::EVideoLanguage ===
{| class="wikitable"
|-
! Name !! Value !! Comments
|-