public bool SaveTo(string fileName, QTMovieSaveOptions options)
 {
     return(SaveTo(fileName, options == null ? null : options.ToDictionary()));
 }
示例#2
0
		public bool SaveTo (string fileName, QTMovieSaveOptions options, out NSError error)
		{
			return SaveTo (fileName, options == null ? null : options.ToDictionary (), out error);
		}
 public bool SaveTo(string fileName, QTMovieSaveOptions options, out NSError error)
 {
     return(SaveTo(fileName, options == null ? null : options.ToDictionary(), out error));
 }
示例#4
0
		public bool SaveTo (string fileName, QTMovieSaveOptions options)
		{
			return SaveTo (fileName, options == null ? null : options.ToDictionary ());
		}