TeamTalk 5 Java DLL Version 5.18.0.5154 - Unreleased
|
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 1620 of file TeamTalk.cs.
MediaFileStatus BearWare.MediaFileInfo.nStatus |
Status of media file if it's being saved to disk.
Definition at line 1624 of file TeamTalk.cs.
string BearWare.MediaFileInfo.szFileName |
Name of file.
Definition at line 1627 of file TeamTalk.cs.
AudioFormat BearWare.MediaFileInfo.audioFmt |
The audio properties of the media file.
Definition at line 1629 of file TeamTalk.cs.
VideoFormat BearWare.MediaFileInfo.videoFmt |
The video properties of the media file.
Definition at line 1631 of file TeamTalk.cs.
uint BearWare.MediaFileInfo.uDurationMSec |
The duration of the media file in miliseconds.
Definition at line 1633 of file TeamTalk.cs.
uint BearWare.MediaFileInfo.uElapsedMSec |
The elapsed time of the media file in miliseconds.
Definition at line 1635 of file TeamTalk.cs.