AVMutableMovie
AVMutableMovie()
AVMutableMovie(IntPtr)
AVMutableMovie(NativeHandle)
AVMutableMovie(NSObjectFlag)
AVMutableMovie(AVMovie, NSDictionary<NSString, NSObject>, NSError)
AVMutableMovie(NSData, NSDictionary<NSString, NSObject>, NSError)
AVMutableMovie(NSUrl, NSDictionary<NSString, NSObject>, NSError)
ClassHandle
DefaultMediaDataStorage
InterleavingPeriod
Metadata
Modified
PreferredRate
PreferredTransform
PreferredVolume
Timescale
Tracks
FromData(NSData, NSDictionary<NSString, NSObject>, NSError)
FromMovie(AVMovie, NSDictionary<NSString, NSObject>, NSError)
FromUrl(NSUrl, NSDictionary<NSString, NSObject>, NSError)
LoadTrack(Int32, Action<AVMovieTrack, NSError>)
LoadTrackAsync(Int32)
LoadTracksWithMediaCharacteristic(String, Action<NSArray<AVMovieTrack>, NSError>)
LoadTracksWithMediaCharacteristicAsync(String)
LoadTracksWithMediaType(String, Action<NSArray<AVMovieTrack>, NSError>)
LoadTracksWithMediaTypeAsync(String)
AddMutableTrack(AVMutableMovie, String, AVAssetTrack, NSDictionary<NSString, NSObject>)
AddMutableTracks(AVMutableMovie, AVAssetTrack[], NSDictionary<NSString, NSObject>)
GetMutableTrack(AVMutableMovie, AVAssetTrack)
GetTrack(AVMutableMovie, Int32)
GetTracks(AVMutableMovie, AVMediaCharacteristics)
GetTracks(AVMutableMovie, AVMediaTypes)
GetTracks(AVMutableMovie, String)
GetTracksWithMediaCharacteristic(AVMutableMovie, String)
InsertEmptyTimeRange(AVMutableMovie, CMTimeRange)
InsertTimeRange(AVMutableMovie, CMTimeRange, AVAsset, CMTime, Boolean, NSError)
RemoveTimeRange(AVMutableMovie, CMTimeRange)
RemoveTrack(AVMutableMovie, AVMovieTrack)
ScaleTimeRange(AVMutableMovie, CMTimeRange, CMTime)
xamarinwatchos
namespace AVFoundation
{
[Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Register("AVMutableMovie", true)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public class AVMutableMovie : AVMovie
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual int Timescale
{
[Export("timescale")]
get;
[Export("setTimescale:")]
set;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API