Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/AudioCaptureProtocol.h |
Include |
#include "Protocols/AudioCaptureProtocol.h" |
class UMasterAudioSubmixCaptureProtocol : public UMovieSceneAudioCaptureProtocolBase
This is an experimental audio capture implementation which captures the final output from the master submix. This requires the new audiomixer (launch with "-audiomixer") and requires that your sequence can be played back in real-time (when rendering is disabled). If the sequence evaluation hitches the audio will become desynchronized due to their being more time passed in real time (platform time) than in the sequence itself.
Name | Description | ||
---|---|---|---|
|
bHasSetup |
||
|
FileName |
~ End UMovieSceneCaptureProtocolBase Implementation |
|
|
double |
GameRecordingStartTime |
|
|
double |
PlatformRecordingStartTime |
|
|
double |
TotalGameRecordingTime |
|
|
double |
TotalPlatformRecordingTime |
Name | Description | |
---|---|---|
|
UMasterAudioSubmixCaptureProtocol ( |
Name | Description | ||
---|---|---|---|
|
BeginFinalizeImpl() |
Called when we have finished capturing and we should start finalizing the capture |
|
|
PauseCaptureImpl() |
Pause capturing |
|
|
SetupImpl() |
~ UMovieSceneCaptureProtocolBase Implementation |
|
|
StartCaptureImpl() |
Start capturing |