Skip to content

Instantly share code, notes, and snippets.

View haritha-mohan's full-sized avatar
😼

Haritha Mohan haritha-mohan

😼
View GitHub Profile
│   │   ├── ./MetricKit.framework/Headers/MXSignpost_Private.h
│   │   ├── ./Speech.framework/Headers/SFAnalysisContext_Private.h
│   │   ├── ./Speech.framework/Headers/SFCommandRecognizerArgumentPresence_Private.h
│   │   ├── ./Speech.framework/Headers/SFEARResultType_Private.h
│   │   ├── ./Speech.framework/Headers/SFInputSequencer_Private.h
│   │   ├── ./Speech.framework/Headers/SFSpeechAnalyzerOutputWrapper_Private.h
│   │   ├── ./Speech.framework/Headers/SFSpeechAnalyzer_Private.h
│   │   ├── ./Speech.framework/Headers/SFTranscriptionOptions_Private.h
│   │   ├── ./Speech.framework/Headers/SFTranscriptionResultAttributeOptions_Private.h
@haritha-mohan
haritha-mohan / AVCaptureDeviceDiscoverySession.g.cs
Last active December 1, 2022 18:47
AVCaptureDeviceDiscoverySession generated file
// path to file: src/build/dotnet/macos/generated-sources/AVFoundation/AVCaptureDeviceDiscoverySession.g.cs
namespace AVFoundation {
[Register("AVCaptureDeviceDiscoverySession", true)]
[SupportedOSPlatform ("maccatalyst14.0")]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("macos10.15")]
public unsafe partial class AVCaptureDeviceDiscoverySession : NSObject {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]