TeamTalk 5 C-API DLL  Version 5.8B
MediaFilePlayback Struct Reference

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...
 

Detailed Description

Properties for initializing or updating a file for media streaming.

See also
TT_InitLocalPlayback()
TT_UpdateLocalPlayback()
TT_StartStreamingMediaFileToChannelEx()
TT_UpdateStreamingMediaFileToChannel()

Definition at line 1581 of file TeamTalk.h.

Member Data Documentation

◆ uOffsetMSec

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.

◆ bPaused

TTBOOL MediaFilePlayback::bPaused

Start or pause media file playback.

Definition at line 1590 of file TeamTalk.h.

◆ audioPreprocessor

AudioPreprocessor MediaFilePlayback::audioPreprocessor

Option to activate audio preprocessor on local media file playback.

Definition at line 1592 of file TeamTalk.h.