TeamTalk 5 C-API DLL
Version 5.14A
|
Properties for initializing or updating a file for media streaming. More...
#include <TeamTalk.h>
Public Attributes | |
UINT32 | uOffsetMSec |
Offset in milliseconds in the media file where to start playback. Pass TT_MEDIAPLAYBACK_OFFSET_IGNORE to ignore this value when using TT_UpdateLocalPlayback() or TT_UpdateStreamingMediaFileToChannel(). uOffsetMSec must be less than uDurationMSec in MediaFileInfo. More... | |
TTBOOL | bPaused |
Start or pause media file playback. More... | |
AudioPreprocessor | audioPreprocessor |
Option to activate audio preprocessor on local media file playback. More... | |
Properties for initializing or updating a file for media streaming.
Definition at line 1581 of file TeamTalk.h.
UINT32 MediaFilePlayback::uOffsetMSec |
Offset in milliseconds in the media file where to start playback. Pass TT_MEDIAPLAYBACK_OFFSET_IGNORE to ignore this value when using TT_UpdateLocalPlayback() or TT_UpdateStreamingMediaFileToChannel(). uOffsetMSec
must be less than uDurationMSec
in MediaFileInfo.
Definition at line 1588 of file TeamTalk.h.
TTBOOL MediaFilePlayback::bPaused |
Start or pause media file playback.
Definition at line 1590 of file TeamTalk.h.
AudioPreprocessor MediaFilePlayback::audioPreprocessor |
Option to activate audio preprocessor on local media file playback.
Definition at line 1592 of file TeamTalk.h.