QTMovie.SaveTo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SaveTo(String, NSDictionary) | |
SaveTo(String, QTMovieSaveOptions) | |
SaveTo(String, NSDictionary, NSError) | |
SaveTo(String, QTMovieSaveOptions, NSError) |
SaveTo(String, NSDictionary)
[Foundation.Export("writeToFile:withAttributes:")]
public virtual bool SaveTo (string fileName, Foundation.NSDictionary attributes);
abstract member SaveTo : string * Foundation.NSDictionary -> bool
override this.SaveTo : string * Foundation.NSDictionary -> bool
Parameters
- fileName
- String
- attributes
- NSDictionary
Returns
- Attributes
Applies to
SaveTo(String, QTMovieSaveOptions)
public bool SaveTo (string fileName, QTKit.QTMovieSaveOptions options);
member this.SaveTo : string * QTKit.QTMovieSaveOptions -> bool
Parameters
- fileName
- String
- options
- QTMovieSaveOptions
Returns
Applies to
SaveTo(String, NSDictionary, NSError)
[Foundation.Export("writeToFile:withAttributes:error:")]
public virtual bool SaveTo (string fileName, Foundation.NSDictionary attributes, out Foundation.NSError error);
abstract member SaveTo : string * Foundation.NSDictionary * -> bool
override this.SaveTo : string * Foundation.NSDictionary * -> bool
Parameters
- fileName
- String
- attributes
- NSDictionary
- error
- NSError
Returns
- Attributes
Applies to
SaveTo(String, QTMovieSaveOptions, NSError)
public bool SaveTo (string fileName, QTKit.QTMovieSaveOptions options, out Foundation.NSError error);
member this.SaveTo : string * QTKit.QTMovieSaveOptions * -> bool
Parameters
- fileName
- String
- options
- QTMovieSaveOptions
- error
- NSError