Fixed DTSC::File (now actually works) and updated DTSC metadata information in the documentation.

This commit is contained in:
Thulinma 2012-08-23 17:05:32 +02:00
parent 8a9d4d6ee1
commit 75a420db2a
2 changed files with 13 additions and 8 deletions

View file

@ -13,15 +13,19 @@
/// Holds all DDVTECH Stream Container classes and parsers.
///Video:
///length (int, length in seconds, if available)
///video:
/// - codec (string: H264, H263, VP6)
/// - width (int, pixels)
/// - height (int, pixels)
/// - fpks (int, frames per kilosecond (FPS * 1000))
/// - bps (int, bytes per second)
/// - init (string, init data)
/// - keyms (int, average ms per keyframe)
/// - keyvar (int, max ms per keyframe variance)
/// - keys (array of byte position ints - first is first keyframe, last is last keyframe, in between have ~equal spacing)
///
///Audio:
///audio:
/// - codec (string: AAC, MP3)
/// - rate (int, Hz)
/// - size (int, bitsize)