Пример #1
0
 public RPCResponse <long> CreateVideo(BCVideo video, BCCreateVideoOptions options)
 {
     return(CreateVideo(video,
                        options.filename, options.file, options.encode_to, options.create_multiple_renditions, options.H264NoProcessing,
                        options.preserve_source_rendition, options.maxsize, options.file_checksum, options.fileFullPath));
 }
Пример #2
0
		public RPCResponse<long> CreateVideo(BCVideo video, BCCreateVideoOptions options) {
			return CreateVideo(video, 
            options.filename, options.file, options.encode_to, options.create_multiple_renditions, options.H264NoProcessing, 
            options.preserve_source_rendition, options.maxsize, options.file_checksum, options.fileFullPath);
		}