Note: these files are out-of-date as I am updating them on my hard disk now. feel free to contact me if you have comments or suggestions.
BMediaExtractor.h
BMediaExtractor is a convenience class for accessing a BExtractor. It is a parallel to BMediaDecoder. The idea is that this class would provide most of the input functionality of BMediaFile, and would be sufficient if all one does is read from the file.
OpenBeOS.ExtractorWriterAPI.ProposedAPI.MediaExtractor
Missing: track extraction and manipulation
BExtractor.h
BExtractor is an abstract base class. This is the interface that an media kit extractor add-on must implement.
OpenBeOS.ExtractorWriterAPI.ProposedAPI.Extractor
Missing: track extraction and manipulation
BMediaWriter.h
BMediaWriter is a convenience class for accessing a BWriter. It is a parallel to BMediaEncoder. The idea is that this class would provide most of the output functionality of BMediaFile, and would be sufficient if all one does is write to the file.
OpenBeOS.ExtractorWriterAPI.ProposedAPI.MediaWriter
Missing: track extraction and manipulation
BWriter.h
BWriter is an abstract base class. This is the interface that an media kit writer add-on must implement.
OpenBeOS.ExtractorWriterAPI.ProposedAPI.Writer
Missing: track extraction and manipulation