Navigation
API > API/Plugins > API/Plugins/TmvMedia > API/Plugins/TmvMedia/UTmvMediaTranscodeJob
Description
Request Stop (cancel) the job. This will request a stop for all stages and return immediately. The async tasks will not stop immediately. The job should keep ticking until then.
| Name | RequestStop |
| Type | function |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Transcoder/TmvMediaTranscodeJob.h |
| Include Path | #include "Transcoder/TmvMediaTranscodeJob.h" |
| Source | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Private/Transcoder/TmvMediaTranscodeJob.cpp |
void RequestStop
(
double InCurrentTime,
ETmvMediaTranscodeJobStopReason InReason
)
Parameters
| Name | Remarks |
|---|---|
| InCurrentTime | Absolute application time |
| InReason | Indicate the reason for stopping (completed, cancelled, etc) |