Navigation
API > API/Plugins > API/Plugins/TmvMedia > API/Plugins/TmvMedia/ITmvMediaMuxer
Description
Set the starting timecode to be written into the container. Must be called after Configure() and before Start(). Implementations decide how to represent the timecode in their container format (e.g., as a timecode track, user-data metadata, or not at all).
| Name | SetStartTimecode |
| Type | function |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Encoder/ITmvMediaMuxer.h |
| Include Path | #include "Encoder/ITmvMediaMuxer.h" |
virtual bool SetStartTimecode
(
const FTimecode & InTimecode,
const FFrameRate & InFrameRate
)
true if the timecode was accepted, false on error.
Parameters
| Name | Remarks |
|---|---|
| InTimecode | The starting timecode. |
| InFrameRate | The frame rate associated with the timecode. |