GuiFileFormat
From MLDonkey
| Format | Description |
|
File Format : The state of a download | |
| Int8 | File Format: |
| 0 : Unknown Format | |
| 1 : Generic Format | |
| 2 : AVI File | |
| 3 : MP3 File | |
| 4 : OGG File | |
| String | Format extension [mp3 for example] (present only if File Format = 1) |
| String | Format kind [Audio for example] (present only if File Format = 1) |
| String | Video Codec (present only if File Format = 2) |
| Int32 | Video Width (present only if File Format = 2) |
| Int32 | Video Height (present only if File Format = 2) |
| Int32 | Video FPS (present only if File Format = 2) |
| Int32 | Video Rate (present only if File Format = 2) |
| String | Mp3 Title(present only if File Format = 3) |
| String | Mp3 Artist (present only if File Format = 3) |
| String | Mp3 Album (present only if File Format = 3) |
| String | Mp3 Year (present only if File Format = 3) |
| String | Mp3 Comment (present only if File Format = 3) |
| Int32 | Mp3 Tracknum (present only if File Format = 3) |
| Int32 | Mp3 Genre (present only if File Format = 3) |
| List of | List of Stream Number, Stream Type, List of OGG stream tags (present only if File Format = 4) |
| Int32 | Stream Number (present only if File Format = 4) |
| Int8 | Stream Type (present only if File Format = 4) |
| 0 : VIDEO_STREAM | |
| 1 : AUDIO_STREAM | |
| 2 : INDEX_STREAM | |
| 3 : TEXT_STREAM | |
| 4 : VORBIS_STREAM | |
| 5 : THEORA_STREAM | |
| List of OGGStreamTag | List of OGG stream tags (present only if File Format = 4) |