TeamTalk 5 C-API DLL Version 5.13A
MediaFileInfo Struct Reference

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...
 

Detailed Description

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

See also
TT_GetMediaFile()

Definition at line 1556 of file TeamTalk.h.

Member Data Documentation

◆ nStatus

MediaFileStatus MediaFileInfo::nStatus

Status of media file if it's being saved to disk.

Definition at line 1560 of file TeamTalk.h.

◆ szFileName

TTCHAR MediaFileInfo::szFileName[TT_STRLEN]

Name of file.

Definition at line 1562 of file TeamTalk.h.

◆ audioFmt

AudioFormat MediaFileInfo::audioFmt

The audio properties of the media file.

Definition at line 1564 of file TeamTalk.h.

◆ videoFmt

VideoFormat MediaFileInfo::videoFmt

The video properties of the media file.

Definition at line 1566 of file TeamTalk.h.

◆ uDurationMSec

UINT32 MediaFileInfo::uDurationMSec

The duration of the media file in miliseconds.

Definition at line 1568 of file TeamTalk.h.

◆ uElapsedMSec

UINT32 MediaFileInfo::uElapsedMSec

The elapsed time of the media file in miliseconds.

Definition at line 1570 of file TeamTalk.h.