Exemplo n.º 1
0
 public bool SaveTo(string fileName, QTMovieSaveOptions options)
 {
     return(SaveTo(fileName, options == null ? null : options.ToDictionary()));
 }
Exemplo n.º 2
0
 public bool SaveTo(string fileName, QTMovieSaveOptions options)
 {
     return SaveTo (fileName, options == null ? null : options.ToDictionary ());
 }
Exemplo n.º 3
0
 public bool SaveTo(string fileName, QTMovieSaveOptions options, out NSError error)
 {
     return(SaveTo(fileName, options == null ? null : options.ToDictionary(), out error));
 }
Exemplo n.º 4
0
 public bool SaveTo(string fileName, QTMovieSaveOptions options, out NSError error)
 {
     return SaveTo (fileName, options == null ? null : options.ToDictionary (), out error);
 }