xamarinmac
namespace AVFoundation
{
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 12, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 12, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
[Register("AVFragmentedAsset", true)]
public class AVFragmentedAsset : AVUrlAsset, IAVFragmentMinding, INativeObject, IDisposable
{
[Obsolete("Default constructor should not be used")]
public AVFragmentedAsset();
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Default constructor should not be used |
Platform Restrictions | This framework does not have platform annotations. |