BB FlashBack SDK: FBRecorder

UseCustomSoundTrack

Description

This property is used with the InitCustomSoundTrack and AddSoundBlockByPointer methods to add sound to an in-progress recording. It must be set to true before recording starts.

See InitCustomSoundTrack for an example of usage.

Syntax

[C#/C++]
public: Bool UseCustomSoundTrack;

[VB.NET]
Public Property UseCustomSoundTrack As Boolean

See Also

FBRecorder::AddSoundBlockByPointer  FBRecorder::InitCustomSoundTrack