net9.0-macos
namespace AVKit
{
    [Register("AVPlayerView", true)]
    [SupportedOSPlatform("macos")]
    [UnsupportedOSPlatform("ios")]
    [UnsupportedOSPlatform("tvos")]
    [UnsupportedOSPlatform("maccatalyst")]
    public class AVPlayerView : NSView
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [SupportedOSPlatform("macos13.0")]
        [UnsupportedOSPlatform("ios")]
        [UnsupportedOSPlatform("maccatalyst")]
        [UnsupportedOSPlatform("tvos")]
        public virtual NFloat Magnification
        {
            [Export("magnification")]
            get;
            [Export("setMagnification:")]
            set;
        }

    }
}
Assembly Microsoft.macOS , Version=14.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 8.0-macos9.0-macos
OS Platforms

For the selected framework the property getter is only supported on the following OS platforms:

  • iOS
  • Mac Catalyst
  • macOS >= 13
  • tvOS

For the selected framework the property setter is only supported on the following OS platforms:

  • iOS
  • Mac Catalyst
  • macOS >= 13
  • tvOS
  • Built-in API
  • Package-provided API

04/27/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙