AVPlayerView
AVPlayerView()
AVPlayerView(CGRect)
AVPlayerView(IntPtr)
AVPlayerView(NativeHandle)
AVPlayerView(NSCoder)
AVPlayerView(NSObjectFlag)
ActionPopUpButtonMenu
AllowsMagnification
AllowsPictureInPicturePlayback
AllowsVideoFrameAnalysis
CanBeginTrimming
ClassHandle
ContentOverlayView
ControlsStyle
Delegate
Magnification
PictureInPictureDelegate
Player
ReadyForDisplay
SelectedSpeed
ShowsFrameSteppingButtons
ShowsFullScreenToggleButton
ShowsSharingServiceButton
ShowsTimecodes
Speeds
UpdatesNowPlayingInfoCenter
VideoBounds
VideoGravity
WeakDelegate
WeakPictureInPictureDelegate
BeginTrimming(Action<AVPlayerViewTrimResult>)
Dispose(Boolean)
FlashChapter(nuint, String)
FlashChapter(nuint, String)
SelectSpeed(AVPlaybackSpeed)
SetMagnification(NFloat, CGPoint)
xamarinmac
namespace AVKit
{
[Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
[Register("AVPlayerView", true)]
[Unavailable(PlatformName.iOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public class AVPlayerView : NSView
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("flashChapterNumber:chapterTitle:")]
[Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
public virtual void FlashChapter(nuint chapterNumber, string? chapterTitle);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , 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