Navigation
API > API/Runtime > API/Runtime/MediaUtils
Legacy player output queue depth maximums
These are not used inside MediaFramework and are meant to support older player sources code only.
| Name | FMediaPlayerQueueDepths |
| Type | struct |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaSampleQueueDepths.h |
| Include Path | #include "MediaSampleQueueDepths.h" |
Syntax
struct FMediaPlayerQueueDepths
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MaxAudioSinkDepth | const int32 | MediaSampleQueueDepths.h | |
| MaxCaptionSinkDepth | const int32 | MediaSampleQueueDepths.h | |
| MaxMetadataSinkDepth | const int32 | MediaSampleQueueDepths.h | |
| MaxSubtitleSinkDepth | const int32 | MediaSampleQueueDepths.h | |
| MaxVideoSinkDepth | const int32 | MediaSampleQueueDepths.h |