Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/IMediaRenderer
Description
Sets the next expected sample's approximate presentation time stamp. This is called as data buffering begins at the indicated play start position. The actual timestamp of the first sample will vary. The renderer can ignore this value and rely only on the timestamp of the decoded sample.
| Name | SetNextApproximatePresentationTime |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaRendererBase.h |
| Include Path | #include "MediaRendererBase.h" |
void SetNextApproximatePresentationTime
(
const FTimeValue & NextApproxPTS
)
Parameters
| Name | Remarks |
|---|---|
| NextApproxPTS | Approximate timestamp at which playback is about to commence. |