Value | Time format |
MCI_FORMAT_MILLISECONDS | Milliseconds are stored as a 4-byte variable. |
MCI_FORMAT_HMS | Hours, minutes, and seconds are packed into a 4-byte variable. |
MCI_FORMAT_MSF | Minutes, seconds, and frames are packed into a 4-byte variable. |
MCI_FORMAT_FRAMES | Frames are stored as a 4-byte variable. |
MCI_FORMAT_SMPTE_24 | 24-frame SMPTE packs values in a 4-byte variable. |
MCI_FORMAT_SMPTE_25 | 25-frame SMPTE packs values in a 4-byte variable. |
MCI_FORMAT_SMPTE_30 | 30-frame SMPTE packs values in a 4-byte variable. |
MCI_FORMAT_SMPTE_30DROP | 30-drop-frame SMPTE packs data into a 4-byte variable. |
MCI_FORMAT_BYTES | Bytes are stored as a 4-byte variable |
MCI_FORMAT_SAMPLES | Samples are stored as a 4-byte integer variable |
MCI_FORMAT_TMSF | Tracks, minutes, seconds, and frames are packed in the 4-byte variable. |