| 
					
					
						
							
						
					
					
				 | 
				@ -159,14 +159,14 @@ type CreateMultiMediaJobsOptions struct { | 
			
		
		
	
		
			
				 | 
				 | 
					XMLName   xml.Name                   `xml:"Request"` | 
				 | 
				 | 
					XMLName   xml.Name                   `xml:"Request"` | 
			
		
		
	
		
			
				 | 
				 | 
					Tag       string                     `xml:"Tag,omitempty"` | 
				 | 
				 | 
					Tag       string                     `xml:"Tag,omitempty"` | 
			
		
		
	
		
			
				 | 
				 | 
					Input     *JobInput                  `xml:"Input,omitempty"` | 
				 | 
				 | 
					Input     *JobInput                  `xml:"Input,omitempty"` | 
			
		
		
	
		
			
				 | 
				 | 
					Operation []*MediaProcessJobOperation `xml:"Operation,omitempty"` | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
					Operation []MediaProcessJobOperation `xml:"Operation,omitempty"` | 
			
		
		
	
		
			
				 | 
				 | 
					QueueId   string                     `xml:"QueueId,omitempty"` | 
				 | 
				 | 
					QueueId   string                     `xml:"QueueId,omitempty"` | 
			
		
		
	
		
			
				 | 
				 | 
					CallBack  string                     `xml:"CallBack,omitempty"` | 
				 | 
				 | 
					CallBack  string                     `xml:"CallBack,omitempty"` | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				} | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				type CreateMultiMediaJobsResult struct { | 
				 | 
				 | 
				type CreateMultiMediaJobsResult struct { | 
			
		
		
	
		
			
				 | 
				 | 
					XMLName    xml.Name                `xml:"Response"` | 
				 | 
				 | 
					XMLName    xml.Name                `xml:"Response"` | 
			
		
		
	
		
			
				 | 
				 | 
					JobsDetail []*MediaProcessJobDetail `xml:"JobsDetail,omitempty"` | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
					JobsDetail []MediaProcessJobDetail `xml:"JobsDetail,omitempty"` | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				} | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				func (s *CIService) CreateMultiMediaJobs(ctx context.Context, opt *CreateMultiMediaJobsOptions) (*CreateMultiMediaJobsResult, *Response, error) { | 
				 | 
				 | 
				func (s *CIService) CreateMultiMediaJobs(ctx context.Context, opt *CreateMultiMediaJobsOptions) (*CreateMultiMediaJobsResult, *Response, error) { | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |