FMediaIOCoreBinarySampleBase::GetDuration

Get the amount of time for which the sample is valid.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IMediaBinarySample::GetDuration()

FMediaIOCoreBinarySampleBase::GetDuration()

References

Module

MediaIOCore

Header

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

Include

#include "MediaIOCoreBinarySampleBase.h"

Syntax

virtual FTimespan GetDuration() const

Remarks

Get the amount of time for which the sample is valid.

A duration of zero indicates that the sample is valid until the timecode of the next sample in the queue.

Returns

Sample duration.

See Also