TeamTalk 5 Java DLL
Version 5.11A
|
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. More... | |
string | szFileName |
Name of file. More... | |
AudioFormat | audioFmt |
The audio properties of the media file. More... | |
VideoFormat | videoFmt |
The video properties of the media file. More... | |
uint | uDurationMSec |
The duration of the media file in miliseconds. More... | |
uint | 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 1650 of file TeamTalk.cs.
MediaFileStatus BearWare.MediaFileInfo.nStatus |
Status of media file if it's being saved to disk.
Definition at line 1654 of file TeamTalk.cs.
string BearWare.MediaFileInfo.szFileName |
Name of file.
Definition at line 1657 of file TeamTalk.cs.
AudioFormat BearWare.MediaFileInfo.audioFmt |
The audio properties of the media file.
Definition at line 1659 of file TeamTalk.cs.
VideoFormat BearWare.MediaFileInfo.videoFmt |
The video properties of the media file.
Definition at line 1661 of file TeamTalk.cs.
uint BearWare.MediaFileInfo.uDurationMSec |
The duration of the media file in miliseconds.
Definition at line 1663 of file TeamTalk.cs.
uint BearWare.MediaFileInfo.uElapsedMSec |
The elapsed time of the media file in miliseconds.
Definition at line 1665 of file TeamTalk.cs.