Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveTimecodeInfo.h |
| Include | #include "Sound/SoundWaveTimecodeInfo.h" |
Syntax
struct FSoundWaveTimecodeInfo
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bTimecodeIsDropFrame | ||
| FString | Description | ||
| uint32 | NumSamplesPerSecond | ||
| uint64 | NumSamplesSinceMidnight | ||
| FString | OriginatorDate | ||
| FString | OriginatorDescription | ||
| FString | OriginatorReference | ||
| FString | OriginatorTime | ||
| FFrameRate | TimecodeRate |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FSoundWaveTimecodeInfo& InRhs |