xamarinios
namespace MediaPlayer
{
[Introduced(PlatformName.iOS, 7, 1, PlatformArchitecture.All, null)]
[Protocol(Name = "MPPlayableContentDataSource", WrapperType = typeof(MPPlayableContentDataSourceWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ContentItem", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSIndexPath) }, ReturnType = typeof(MPContentItem), Selector = "contentItemAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "BeginLoadingChildItems", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V0) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSIndexPath), typeof(Action<NSError>) }, Selector = "beginLoadingChildItemsAtIndexPath:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ChildItemsDisplayPlaybackProgress", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSIndexPath) }, ReturnType = typeof(bool), Selector = "childItemsDisplayPlaybackProgressAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "NumberOfChildItems", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSIndexPath) }, ReturnType = typeof(nint), Selector = "numberOfChildItemsAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetContentItem", ParameterBlockProxy = new[] { null, typeof(NIDActionArity2V87) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(string), typeof(Action<MPContentItem, NSError>) }, Selector = "contentItemForIdentifier:completionHandler:")]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface IMPPlayableContentDataSource : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("contentItemAtIndexPath:")]
[Preserve(Conditional = true)]
MPContentItem! ContentItem(NSIndexPath! indexPath);
}
}
Xamarin iOS | 0.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |