]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "NSObject.h" | |
8 | ||
9 | @interface AVFileValidator : NSObject | |
10 | { | |
11 | struct AVFileValidatorPrivate *_priv; | |
12 | } | |
13 | ||
14 | - (id)initWithURL:(id)fp8; | |
15 | - (void)dealloc; | |
16 | - (id)url; | |
17 | - (void)setUrl:(id)fp8; | |
18 | - (id)byteStream; | |
19 | - (void)fileCheckResult:(id)fp8; | |
20 | - (void)refMovieResolved:(id)fp8; | |
21 | - (void)refMovieLeaf:(id)fp8; | |
22 | - (void)streamOpened:(id)fp8; | |
23 | - (void)streamFailed:(id)fp8; | |
24 | - (void)validate; | |
25 | - (void)cancel; | |
26 | - (BOOL)isCompleted; | |
27 | - (float)progress; | |
28 | ||
29 | @end | |
30 |