xamarinios
namespace AVFoundation
{
[Protocol(Name = "AVCaptureFileOutputRecordingDelegate", WrapperType = typeof(AVCaptureFileOutputRecordingDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStartRecording", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(AVCaptureFileOutput), typeof(NSUrl), typeof(NSObject[]) }, Selector = "captureOutput:didStartRecordingToOutputFileAtURL:fromConnections:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "FinishedRecording", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(AVCaptureFileOutput), typeof(NSUrl), typeof(NSObject[]), typeof(NSError) }, Selector = "captureOutput:didFinishRecordingToOutputFileAtURL:fromConnections:error:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface IAVCaptureFileOutputRecordingDelegate : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API 0.0 %
Derive from this class or interface |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET | 6.07.08.09.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. |