TeamTalk 4 .NET DLL  Version 4.5A
BearWare.MediaFileInfo Struct Reference

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

Public Attributes

AudioFormat audioFmt
 The audio properties of the media file. More...
 
CaptureFormat videoFmt
 The video properties of the media file. More...
 
uint 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 BearWare.MediaFileInfo.audioFmt

The audio properties of the media file.

CaptureFormat BearWare.MediaFileInfo.videoFmt

The video properties of the media file.

uint BearWare.MediaFileInfo.uDurationMSec

The duration of the media file in miliseconds.