Description: | Defines the time units used in the MCI control. This affects the MediaPosition and MediaLength properties. |
Used in control(s): | MCI |
Values (with constants): | 0 - Millisecond(POW-MCIFORMATMILLISECONDS) The value is undefined until the MCI driver is open. Specifiable values vary between MCI drivers. When TimeFormat is 0 or 3, the times are held as four byte quantities defining the number of milliseconds or frames. When TimeFormat is 2, the data is stored in the lower three bytes: When TimeFormat is 10, the data is stored in the four bytes: See the MediaLength Sample Code for an example of how to extract the track, minute, second and frame information. Note: |
Default value: | None. |
COBOL picture: | S9(4) COMP-5 |
OLE data type: | VT_I2 |
Design time access: | Not accessible. |
Execution time access: | Set and reference. |
Backward compatibility attribute: | POW-MCITIMEFORMATPIC S9(4) COMP-5 |