|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Media_Format |
|---|
/* * REGISTERABLE ENUM: SE_Media_Format * * This data type specifies the format of media files used by * instances of <Browse Media>. */ typedef SE_Short_Integer SE_Media_Format;
| Enumerant | Definition | Value |
|---|---|---|
| SE_MED_FMT_AVI | Audio Video Interleave |
1 |
| SE_MED_FMT_BIIF | Binary Information Interchange Format |
2 |
| SE_MED_FMT_BMP | Bitmap Graphics |
3 |
| SE_MED_FMT_CGM | Computer Graphics Metafile |
4 |
| SE_MED_FMT_GIF | Graphic Interchange Format |
5 |
| SE_MED_FMT_HTML | Hyper Text Markup Language |
6 |
| SE_MED_FMT_JPEG | Joint Photographic Experts Group |
7 |
| SE_MED_FMT_JPEG2000 | JPEG 2000 |
8 |
| SE_MED_FMT_NITFS | National Imagery Transmission Format Standard |
9 |
| SE_MED_FMT_PICT | Picture - Macintosh graphics file format |
10 |
| SE_MED_FMT_PNG | Portable Network Graphics |
11 |
| SE_MED_FMT_QT | QuickTime |
12 |
| SE_MED_FMT_RGB | Red-Green-Blue |
13 |
| SE_MED_FMT_RIFF | Resource Interchange File Format |
14 |
| SE_MED_FMT_SVG | Scalable Vector Graphics |
15 |
| SE_MED_FMT_TIFF | Tagged Image File Format |
16 |
| SE_MED_FMT_WMF | Windows Metafile |
17 |
| SE_MED_FMT_XBM | X BitMap format |
18 |
|