Files
UnrealEngine/Engine/Source/ThirdParty/NVIDIA/NVML/Public/NvmlEncoder.h
2025-05-18 13:04:45 +08:00

12 lines
264 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "NvmlWrapperPublic.h"
class EXPORTLIB NvmlEncoder
{
public:
static bool IsEncoderSessionAvailable(const uint32_t GpuIdx);
static int32_t GetEncoderSessionCount(const uint32_t GpuIdx);
};