#import <AVItem.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithError: |
| (id) | - init |
| (id) | - initWithPath:error: |
| (void) | - dealloc |
| (BOOL) | - setPath:error: |
| (int) | - _instantiateItem |
| (id) | - path |
| (double) | - duration |
| (struct CGSize) | - naturalSize |
| (float) | - volume |
| (void) | - setVolume: |
| (void) | - setEQPreset: |
| (int) | - eqPreset |
| (id) | - attributeForKey: |
| (BOOL) | - setAttribute:forKey:error: |
Öffentliche, statische Methoden | |
| (id) | + avItem |
| (id) | + avItemWithPath:error: |
Geschützte Attribute | |
| struct AVItemPrivate * | _priv |
Definiert in Zeile 9 der Datei AVItem.h.
| + (id) avItem |
| + (id) avItemWithPath: | (id) | fp8 | ||
| error: | (id *) | fp12 | ||
| - (id) initWithError: | (id *) | fp8 |
| - (id) init |
| - (id) initWithPath: | (id) | fp8 | ||
| error: | (id *) | fp12 | ||
| - (void) dealloc |
Implementiert NSObject.
| - (BOOL) setPath: | (id) | fp8 | ||
| error: | (id *) | fp12 | ||
| - (int) _instantiateItem |
| - (id) path |
| - (double) duration |
| - (struct CGSize) naturalSize |
| - (float) volume |
| - (void) setVolume: | (float) | fp8 |
| - (void) setEQPreset: | (int) | fp8 |
| - (int) eqPreset |
| - (id) attributeForKey: | (id) | fp8 |
| - (BOOL) setAttribute: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| error: | (id *) | fp16 | ||
- (struct AVItemPrivate*) _priv [read, protected] |