![]() |
Supported File Types |
Header: MacTextEditor.h |
Defines the file types that can be passed to the TXNNewObject function.
enum { kTXNTextensionFile = 'txtn', kTXNTextFile = 'TEXT', kTXNPictureFile = 'PICT', kTXNMovieFile = 'MooV', kTXNSoundFile = 'sfil', kTXNAIFFFile = 'AIFF' };
Indicates a file that contains Unicode or Mac OS text. By default, it contains Unicode text. Files are saved in a private format.
Indicates a file that contains plain text data.
Indicates a file that contains graphics data in PICT format.
Indicates a file that contains movie data in ‘moov format.
Indicates a file that contains sound data in ‘sfil format.
Indicates a file that contains sound data i n ‘aiff format.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)