xamarintvos
namespace AVFoundation
{
[Protocol(Name = "AVAudio3DMixing", WrapperType = typeof(AVAudio3DMixingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetSourceMode", ReturnType = typeof(AVAudio3DMixingSourceMode), Selector = "sourceMode")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetPointSourceInHeadMode", ReturnType = typeof(AVAudio3DMixingPointSourceInHeadMode), Selector = "pointSourceInHeadMode")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SetSourceMode", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVAudio3DMixingSourceMode) }, Selector = "setSourceMode:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SetPointSourceInHeadMode", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVAudio3DMixingPointSourceInHeadMode) }, Selector = "setPointSourceInHeadMode:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "renderingAlgorithm", IsProperty = true, IsRequired = true, IsStatic = false, Name = "RenderingAlgorithm", PropertyType = typeof(AVAudio3DMixingRenderingAlgorithm), Selector = "renderingAlgorithm", SetterSelector = "setRenderingAlgorithm:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "rate", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Rate", PropertyType = typeof(float), Selector = "rate", SetterSelector = "setRate:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "reverbBlend", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ReverbBlend", PropertyType = typeof(float), Selector = "reverbBlend", SetterSelector = "setReverbBlend:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "obstruction", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Obstruction", PropertyType = typeof(float), Selector = "obstruction", SetterSelector = "setObstruction:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "occlusion", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Occlusion", PropertyType = typeof(float), Selector = "occlusion", SetterSelector = "setOcclusion:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "position", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Position", PropertyType = typeof(Vector3), Selector = "position", SetterSelector = "setPosition:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface IAVAudio3DMixing : INativeObject, IDisposable
{
[Preserve(Conditional = true)]
AVAudio3DMixingRenderingAlgorithm RenderingAlgorithm
{
[Export("renderingAlgorithm")]
get;
[Export("setRenderingAlgorithm:")]
set;
}
}
}
.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. |