Navigation
API > API/Plugins > API/Plugins/MP4Boxes
Audio sample entry ISO/IEC 14496-12:2022 - 12.2.3 Sample entry
| Name | FMP4BoxAudioSampleEntry |
| Type | class |
| Header File | /Engine/Plugins/Media/MP4Utilities/Source/MP4Boxes/Public/MP4Boxes.h |
| Include Path | #include "MP4Boxes.h" |
Syntax
class FMP4BoxAudioSampleEntry : public MP4Boxes::FMP4BoxSampleEntry
Inheritance Hierarchy
- TSharedFromThis< FMP4BoxBase > → FMP4BoxBase → FMP4BoxSampleEntry → FMP4BoxAudioSampleEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMP4BoxAudioSampleEntry
(
const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe >& InParent, |
MP4Boxes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMP4BoxAudioSampleEntry() |
MP4Boxes.h |
Structs
| Name | Remarks |
|---|---|
| FParsed |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetChannelCount() |
MP4Boxes.h | ||
uint32 GetConstBytesPerAudioPacket() |
MP4Boxes.h | ||
uint32 GetConstLPCMFramesPerAudioPacket() |
MP4Boxes.h | ||
int32 GetFormatSpecificFlags() |
MP4Boxes.h | ||
uint32 GetSampleRate() |
MP4Boxes.h | ||
int32 GetSampleSize() |
MP4Boxes.h | ||
bool HaveFormatSpecificFlags() |
MP4Boxes.h |
Public Virtual
Overridden from FMP4BoxSampleEntry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint16 GetDataReferenceIndex() |
MP4Boxes.h | ||
virtual ESampleType GetSampleType() |
MP4Boxes.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ParseIfRequired() |
MP4Boxes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FMP4BoxBase, ESPMode::ThreadSafe > Create
(
const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe >& InParent, |
MP4Boxes.h |