Package | Description |
---|---|
com.tencentcloudapi.mps.v20190612.models |
Modifier and Type | Method and Description |
---|---|
MediaProcessTaskSampleSnapshotResult |
MediaProcessTaskResult.getSampleSnapshotTask()
Get Query result of a sampled screencapturing task, which is valid when task type is `SampleSnapshot`.
|
MediaProcessTaskSampleSnapshotResult |
ActivityResItem.getSampleSnapshotTask()
Get The result of a sampled screenshot task.
|
MediaProcessTaskSampleSnapshotResult |
ActivityResItem.getSnapshotByTimeOffsetTask()
Get The result of a time point screenshot task.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaProcessTaskResult.setSampleSnapshotTask(MediaProcessTaskSampleSnapshotResult SampleSnapshotTask)
Set Query result of a sampled screencapturing task, which is valid when task type is `SampleSnapshot`.
|
void |
ActivityResItem.setSampleSnapshotTask(MediaProcessTaskSampleSnapshotResult SampleSnapshotTask)
Set The result of a sampled screenshot task.
|
void |
ActivityResItem.setSnapshotByTimeOffsetTask(MediaProcessTaskSampleSnapshotResult SnapshotByTimeOffsetTask)
Set The result of a time point screenshot task.
|
Constructor and Description |
---|
MediaProcessTaskSampleSnapshotResult(MediaProcessTaskSampleSnapshotResult source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.