home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Openstep 4.2 (Developer)
/
Openstep Developer 4.2.iso
/
NextDeveloper
/
Examples
/
NEXTIME
/
NullVideoCodec
/
NullEncoder.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-02-04
|
200 b
|
11 lines
#import <NEXTIME/NTSampleProcessor.h>
@interface NullEncoder: NTSampleProcessor
{
int width, height; /* compressed width and height */
NSMutableDictionary * sampleDescription;
}
@end