TeamTalk 5 .NET DLL Version 5.15A
|
Struct describing the audio and video format used by a media file. More...
Public Attributes | |
MediaFileStatus | nStatus |
Status of media file if it's being saved to disk. | |
string | szFileName |
Name of file. | |
AudioFormat | audioFmt |
The audio properties of the media file. | |
VideoFormat | videoFmt |
The video properties of the media file. | |
uint | uDurationMSec |
The duration of the media file in miliseconds. | |
uint | 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 1655 of file TeamTalk.cs.
MediaFileStatus BearWare.MediaFileInfo.nStatus |
Status of media file if it's being saved to disk.
Definition at line 1659 of file TeamTalk.cs.
string BearWare.MediaFileInfo.szFileName |
Name of file.
Definition at line 1662 of file TeamTalk.cs.
AudioFormat BearWare.MediaFileInfo.audioFmt |
The audio properties of the media file.
Definition at line 1664 of file TeamTalk.cs.
VideoFormat BearWare.MediaFileInfo.videoFmt |
The video properties of the media file.
Definition at line 1666 of file TeamTalk.cs.
uint BearWare.MediaFileInfo.uDurationMSec |
The duration of the media file in miliseconds.
Definition at line 1668 of file TeamTalk.cs.
uint BearWare.MediaFileInfo.uElapsedMSec |
The elapsed time of the media file in miliseconds.
Definition at line 1670 of file TeamTalk.cs.