Navigation
API > API/Runtime > API/Runtime/OpusAudioDecoder > API/Runtime/OpusAudioDecoder/FOpusAudioInfo
| Name | FHeader |
| Type | struct |
| Header File | /Engine/Source/Runtime/OpusAudioDecoder/Module/Public/Decoders/OpusAudioInfo.h |
| Include Path | #include "Decoders/OpusAudioInfo.h" |
Syntax
struct FHeader
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OPUS_ID | const char | Decoders/OpusAudioInfo.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActiveSampleCount | uint64 | Decoders/OpusAudioInfo.h | ||
| EncodedSampleRate | uint32 | Decoders/OpusAudioInfo.h | ||
| Identifier | char | Decoders/OpusAudioInfo.h | ||
| NumChannels | uint8 | Decoders/OpusAudioInfo.h | ||
| NumEncodedFrames | uint32 | Decoders/OpusAudioInfo.h | ||
| NumPreSkipSamples | int32 | Decoders/OpusAudioInfo.h | ||
| NumSilentSamplesAtBeginning | int32 | Decoders/OpusAudioInfo.h | ||
| NumSilentSamplesAtEnd | int32 | Decoders/OpusAudioInfo.h | ||
| SampleRate | uint32 | Decoders/OpusAudioInfo.h | ||
| Version | uint8 | Decoders/OpusAudioInfo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Reset() |
Decoders/OpusAudioInfo.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 HeaderSize() |
Decoders/OpusAudioInfo.h |