Uses of Class
com.baidubce.services.media.model.Insert

Packages that use Insert
com.baidubce.services.media Client classes for accessing video / audio transcoder service in Baidu Open Cloud. 
com.baidubce.services.media.model   
 

Uses of Insert in com.baidubce.services.media
 

Method parameters in com.baidubce.services.media with type arguments of type Insert
 CreateTranscodingJobResponse MediaClient.createTranscodingJob(String pipelineName, List<SourceClip> clips, String targetKey, String presetName, String watermarkId, Area delogoArea, Area crop, List<Insert> inserts)
          Creates a new transcoder job which converts media files in BOS buckets with specified preset, watermarkId, and delogoArea.
 

Uses of Insert in com.baidubce.services.media.model
 

Methods in com.baidubce.services.media.model that return Insert
 Insert Insert.withBucket(String bucket)
           
 Insert Insert.withFont(Font font)
           
 Insert Insert.withKey(String key)
           
 Insert Insert.withLayout(Layout layout)
           
 Insert Insert.withText(String text)
           
 Insert Insert.withTimeline(Timeline timeline)
           
 Insert Insert.withType(String type)
           
 

Methods in com.baidubce.services.media.model that return types with arguments of type Insert
 List<Insert> Target.getInserts()
           
 

Methods in com.baidubce.services.media.model with parameters of type Insert
 void Target.addInsert(Insert insert)
           
 

Method parameters in com.baidubce.services.media.model with type arguments of type Insert
 void Target.setInserts(List<Insert> inserts)
           
 Target Target.withInserts(List<Insert> inserts)
           
 



Copyright © 2018. All rights reserved.