Navigation
API > API/Plugins > API/Plugins/TmvMedia > API/Plugins/TmvMedia/ITmvMediaMuxer
Description
Provide a sample to the muxer for the specified track. Called in response to FSampleRequestDelegate.
| Name | AddSample |
| Type | function |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Encoder/ITmvMediaMuxer.h |
| Include Path | #include "Encoder/ITmvMediaMuxer.h" |
ETmvMediaContainerResult AddSample
(
int32 InTrackIndex,
const FTmvMediaMuxerSample & InSample
)
Success if the sample was accepted.
Parameters
| Name | Remarks |
|---|---|
| InTrackIndex | Index returned by AddTrack(). |
| InSample | The sample data and metadata. |