Use the following functions to work with multimedia files:
|
Function |
Description |
|
Closes an opened multimedia file and frees intermediate internal resources. If the file was opened in write mode, then mmCloseFile also writes data. |
|
|
Obtains detailed information about an opened multimedia file. |
|
|
Opens a multimedia file for read or write operations. |
Use the following functions to randomly access the contents of a 3GP file during a play operation:
|
Function |
Description |
|
Obtains the current time elapsed during a play operation. |
|
|
Obtains sync point table information in the file. |
|
|
Seeks to the next sync point in the file. |
|
|
Seeks to the previous sync point in the file. |
|
|
Seeks to a time relative to the start of the file. |
Use the following function to set the skew correction in a multimedia file:
|
Function |
Description |
|
Sets the skew correction value in the multimedia file. |
Use the following functions to store/retrieve SDP data to/from a multimedia file:
|
Function |
Description |
|
mmSetSDPInfo |
Sets the SDP information in the multimedia file. |
|
mmGetSDPInfo |
Gets the SDP information from the multimedia file. |
Note: These functions may be used as multimedia file functions or multimedia stream functions.