IMPMediaPlayback Interface
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.
Interface that, together with the T:MediaPlayer.MPMediaPlayback_Extensions class, comprise the MPMediaPlayback protocol.
[Foundation.Protocol(Name="MPMediaPlayback", WrapperType=typeof(MediaPlayer.MPMediaPlaybackWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IMPMediaPlayback : IDisposable, ObjCRuntime.INativeObject
type IMPMediaPlayback = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
CurrentPlaybackRate | |
CurrentPlaybackTime | |
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
IsPreparedToPlay |
Methods
BeginSeekingBackward() | |
BeginSeekingForward() | |
EndSeeking() | |
Pause() | |
Play() | |
PrepareToPlay() | |
Stop() |