// Convenience method taking a strong dictionary
 public static VTMultiPassStorage Create(
     VTMultiPassStorageCreationOptions options,
     NSUrl fileUrl         = null,
     CMTimeRange?timeRange = null)
 {
     return(Create(fileUrl, timeRange, options != null ? options.Dictionary : null));
 }
Example #2
0
 // Convenience method taking a strong dictionary
 public static VTMultiPassStorage Create(
     VTMultiPassStorageCreationOptions options,
     NSUrl fileUrl = null,
     CMTimeRange? timeRange = null)
 {
     return Create (fileUrl, timeRange, options != null ? options.Dictionary : null);
 }