AVFragmentedMovieMinder Constructors
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
AVFragmentedMovieMinder() | |
AVFragmentedMovieMinder(NSObjectFlag) | |
AVFragmentedMovieMinder(IntPtr) | |
AVFragmentedMovieMinder(AVFragmentedMovie, Double) |
AVFragmentedMovieMinder()
[Foundation.Export("init")]
public AVFragmentedMovieMinder ();
- Attributes
Applies to
AVFragmentedMovieMinder(NSObjectFlag)
protected AVFragmentedMovieMinder (Foundation.NSObjectFlag t);
new AVFoundation.AVFragmentedMovieMinder : Foundation.NSObjectFlag -> AVFoundation.AVFragmentedMovieMinder
Parameters
Applies to
AVFragmentedMovieMinder(IntPtr)
protected internal AVFragmentedMovieMinder (IntPtr handle);
new AVFoundation.AVFragmentedMovieMinder : nativeint -> AVFoundation.AVFragmentedMovieMinder
Parameters
- handle
-
IntPtr
nativeint
Applies to
AVFragmentedMovieMinder(AVFragmentedMovie, Double)
[Foundation.Export("initWithMovie:mindingInterval:")]
[ObjCRuntime.DesignatedInitializer]
public AVFragmentedMovieMinder (AVFoundation.AVFragmentedMovie movie, double mindingInterval);
new AVFoundation.AVFragmentedMovieMinder : AVFoundation.AVFragmentedMovie * double -> AVFoundation.AVFragmentedMovieMinder
Parameters
- movie
- AVFragmentedMovie
- mindingInterval
- Double
- Attributes