|
TeamTalk 5 C-API DLL Version 5.19A
|
Struct describing the audio and video format used by a media file. More...
#include <TeamTalk.h>
Public Attributes | |
| MediaFileStatus | nStatus |
| Status of media file if it's being saved to disk. | |
| TTCHAR | szFileName [TT_STRLEN] |
| Name of file. | |
| AudioFormat | audioFmt |
| The audio properties of the media file. | |
| VideoFormat | videoFmt |
| The video properties of the media file. | |
| UINT32 | uDurationMSec |
| The duration of the media file in miliseconds. | |
| UINT32 | uElapsedMSec |
| The elapsed time of the media file in miliseconds. | |
Struct describing the audio and video format used by a media file.
Definition at line 1542 of file TeamTalk.h.
| MediaFileStatus MediaFileInfo::nStatus |
Status of media file if it's being saved to disk.
Definition at line 1546 of file TeamTalk.h.
Name of file.
Definition at line 1548 of file TeamTalk.h.
| AudioFormat MediaFileInfo::audioFmt |
The audio properties of the media file.
Definition at line 1550 of file TeamTalk.h.
| VideoFormat MediaFileInfo::videoFmt |
The video properties of the media file.
Definition at line 1552 of file TeamTalk.h.
| UINT32 MediaFileInfo::uDurationMSec |
The duration of the media file in miliseconds.
Definition at line 1554 of file TeamTalk.h.
| UINT32 MediaFileInfo::uElapsedMSec |
The elapsed time of the media file in miliseconds.
Definition at line 1556 of file TeamTalk.h.