public static final class DeleteMezzaninesRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteMezzaninesRequest |
build() |
DeleteMezzaninesRequest.Builder |
force(Boolean force)
Specifies whether to forcibly delete the source file.
|
DeleteMezzaninesRequest.Builder |
videoIds(String videoIds)
The IDs of audio or video files whose source files that you want to delete.
|
public DeleteMezzaninesRequest.Builder force(Boolean force)
* **false** (default) * **true** > If a video is uploaded without transcoding or is asynchronously transcoded, the source file of the video is used for original-quality playback. By default, the source file of the video cannot be deleted. To forcibly delete the mezzanine file, set this parameter to **true**.
public DeleteMezzaninesRequest.Builder videoIds(String videoIds)
* After you upload a video in the [ApsaraVideo VOD console](https://vod.console.aliyun.com), you can log on to the ApsaraVideo VOD console and choose **Media Files** > **Audio/Video** to view the ID of the video. * Obtain the value of VideoId from the response to the [CreateUploadVideo](~~55407~~) operation that you called to obtain the upload URL and credential. * Obtain the value of VideoId from the response to the [SearchMedia](~~86044~~) operation that you called to query media information after the audio or video file is uploaded.
public DeleteMezzaninesRequest build()
Copyright © 2024. All rights reserved.