2.10.5 ExVideoContainer
Referenced by: ExAviMovieContainer, ExMCIMovieContainer
A container record that specifies information about external video data.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rh |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
exMediaAtom (16 bytes) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
videoFilePathAtom (variable) |
|||||||||||||||||||||||||||||||
... |
rh (8 bytes): A RecordHeader structure (section 2.3.1) that specifies the header for this record. Sub-fields are further specified in the following table.
-
Field
Meaning
rh.recVer
MUST be 0xF.
rh.recInstance
MUST be 0x000.
rh.recType
MUST be an RT_ExternalVideo.
exMediaAtom (16 bytes): An ExMediaAtom record (section 2.10.6) that specifies information about the external video.
videoFilePathAtom (variable): An optional UncOrLocalPathAtom record that specifies the UNC or local path to a video file. The length, in bytes, of the field is specified by the following formula:
-
rh.recLen - 16.