home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / NEXTIME.framework / Components / NTMooVFileParser.bundle / Resources / translateMooV.strings < prev   
Encoding:
Text File  |  1994-12-20  |  769 b   |  33 lines

  1. /*    "MooV" = "NEXTIME"; pairs.  Each key must be 4 characters long, padded
  2.     with trailing spaces.  The corresponding value may be any valid C
  3.     string.
  4.     
  5.     The entries in this table are used to map MooV file tags into
  6.     NEXTIME tags.
  7. */
  8.  
  9. {
  10.     /* Track/Media types */
  11.     "vide" = "NTVideo";
  12.     "soun" = "NTSound";
  13.     "text" = "NTText";
  14.     
  15.     /* Generic encoding formats */
  16.     "raw " = "NTRaw";
  17.     
  18.     /* Sound encoding formats */
  19.     "twos" = "NTRaw";
  20.     "dMla" = "NTDeltaMulaw";
  21.     "Mlaw" = "NTMulaw";
  22.     
  23.     /* Video encoding formats */
  24.     "rpza" = "NTRoadPizza";
  25.     "cvid" = "NTCinepak";
  26.     "mpeg" = "NT_MPEG1";
  27.     "jpeg" = "NT_JPEG1";
  28.     "Wave" = "NTWavelet";
  29.     "uWav" = "NTMicroWavelet";
  30.     "stVQ" = "NTSpaceTimeVQ";
  31.     "Null" = "NTNullVideo";
  32. }
  33.