UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MediaSampleQueueDepths.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreTypes.h"
6
11{
12 static const int32 MaxAudioSinkDepth = 512;
13 static const int32 MaxCaptionSinkDepth = 256;
14 static const int32 MaxMetadataSinkDepth = 256;
15 static const int32 MaxSubtitleSinkDepth = 256;
16 static const int32 MaxVideoSinkDepth = 8;
17};
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
Definition MediaSampleQueueDepths.h:11
static const int32 MaxAudioSinkDepth
Definition MediaSampleQueueDepths.h:12
static const int32 MaxMetadataSinkDepth
Definition MediaSampleQueueDepths.h:14
static const int32 MaxVideoSinkDepth
Definition MediaSampleQueueDepths.h:16
static const int32 MaxCaptionSinkDepth
Definition MediaSampleQueueDepths.h:13
static const int32 MaxSubtitleSinkDepth
Definition MediaSampleQueueDepths.h:15