TeamTalk 4 C-API DLL  Version 4.5A
MediaFileInfo Struct Reference

Struct describing the audio and video format used by a media file. More...

#include <TeamTalk4.h>

Public Attributes

AudioFormat audioFmt
 The audio properties of the media file. More...
 
CaptureFormat videoFmt
 The video properties of the media file. More...
 
UINT32 uDurationMSec
 The duration of the media file in miliseconds. More...
 

Detailed Description

Struct describing the audio and video format used by a media file.

See Also
TT_GetMediaFile()

Member Data Documentation

AudioFormat MediaFileInfo::audioFmt

The audio properties of the media file.

CaptureFormat MediaFileInfo::videoFmt

The video properties of the media file.

UINT32 MediaFileInfo::uDurationMSec

The duration of the media file in miliseconds.