FMediaIOCorePlayerBase::GetSampleCount

Query the number of samples for the specified caching state.

Windows
MacOS
Linux

Override Hierarchy

IMediaCache::GetSampleCount()

FMediaIOCorePlayerBase::GetSampleCount()

References

Module

MediaIOCore

Header

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCorePlayerBase.h

Include

#include "MediaIOCorePlayerBase.h"

Source

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Player/MediaIOCorePlayerBase.cpp

Syntax

virtual int32 GetSampleCount
(
    EMediaCacheState State
) const

Remarks

Query the number of samples for the specified caching state.

Returns

Sample count.

Parameters

Parameter

Description

State

The sample state we're interested in.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss