Navigation
API > API/Plugins > API/Plugins/TmvMedia > API/Plugins/TmvMedia/UTmvMediaTranscodeStage
Description
This will request the stage to stop. The state of the stage will be set to either Stopping or Stopped. If the stage has async tasks, it will not stop immediately. The stage should be kept ticking until all async tasks stop.
| Name | RequestStop |
| Type | function |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Transcoder/TmvMediaTranscodeStage.h |
| Include Path | #include "Transcoder/TmvMediaTranscodeStage.h" |
virtual void RequestStop
(
UTmvMediaTranscodeJob * InParentJob
)