luxlabs header browser preview


@class AVAssetWriterInputPassDescription, NSObject;
@protocol OS_dispatch_queue;

@interface AVAssetWriterInputPassDescriptionResponder : NSObject {
    NSObject<OS_dispatch_queue> *_callbackQueue;
    int _stoppedResponding;
    NSObject<OS_dispatch_queue> *_serializationQueue;
    BOOL _hasRespondedAtLeastOnce;
    AVAssetWriterInputPassDescription *_mostRecentPassDescription;
    id /* block */ _callbackBlock;
}

- (id)init;
- (void)dealloc;
- (BOOL)_hasStoppedResponding;
- (void)_releaseAndClearCallbackBlock_invokeOnSerializationQueue;
- (id)initWithCallbackQueue:(id)a0 block:(id /* block */)a1;
- (void)respondToNewPassDescription:(id)a0;
- (void)stopRespondingToPassDescriptions;

@end