TeamTalk 5 C-API DLL
Version 5.11A
|
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. More... | |
TTCHAR | szFileName [TT_STRLEN] |
Name of file. More... | |
AudioFormat | audioFmt |
The audio properties of the media file. More... | |
VideoFormat | videoFmt |
The video properties of the media file. More... | |
UINT32 | uDurationMSec |
The duration of the media file in miliseconds. More... | |
UINT32 | uElapsedMSec |
The elapsed time of the media file in miliseconds. More... | |
Struct describing the audio and video format used by a media file.
Definition at line 1556 of file TeamTalk.h.
MediaFileStatus MediaFileInfo::nStatus |
Status of media file if it's being saved to disk.
Definition at line 1560 of file TeamTalk.h.
Name of file.
Definition at line 1562 of file TeamTalk.h.
AudioFormat MediaFileInfo::audioFmt |
The audio properties of the media file.
Definition at line 1564 of file TeamTalk.h.
VideoFormat MediaFileInfo::videoFmt |
The video properties of the media file.
Definition at line 1566 of file TeamTalk.h.
UINT32 MediaFileInfo::uDurationMSec |
The duration of the media file in miliseconds.
Definition at line 1568 of file TeamTalk.h.
UINT32 MediaFileInfo::uElapsedMSec |
The elapsed time of the media file in miliseconds.
Definition at line 1570 of file TeamTalk.h.