xamarintvos
namespace AudioUnit
{
[Protocol(Name = "AUAudioUnitFactory", WrapperType = typeof(AUAudioUnitFactoryWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CreateAudioUnit", ParameterByRef = new[] { false, true }, ParameterType = new[] { typeof(AudioComponentDescription), typeof(NSError) }, ReturnType = typeof(AUAudioUnit), Selector = "createAudioUnitWithComponentDescription:error:")]
public interface IAUAudioUnitFactory : INSExtensionRequestHandling, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("createAudioUnitWithComponentDescription:error:")]
[Preserve(Conditional = true)]
AUAudioUnit? CreateAudioUnit(AudioComponentDescription desc, out NSError? error);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarintvos | |
Assembly | Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |