Function |
Description |
---|
AddChunk() |
Adds user-defined chunks to the file, if this is supported |
AddCopyright() |
Sets the file's copyright notice text |
CloseFile() |
Tells the BMediaFile that all track data has been written |
CommitHeader() |
Tells the BMediaFile that all tracks have been created |
Copyright() |
Returns the file's copyright notice |
CountTracks() |
Returns the number of tracks in the media file |
CreateTrack() |
Creates a new track |
GetFileFormatInfo() |
Returns information about the underlying file format |
GetParameterValue() |
Returns the value of the specified parameter |
GetParameterView() |
Returns a BView containing controls for adjusting the file format's parameters |
InitCheck() |
Indicates whether or not the object was successfully initialized |
BMediaFile() |
Constructor |
~BMediaFile() |
Destructor |
ReleaseAllTracks() |
Releases all tracks currently in use |
ReleaseTrack() |
Releases the specified track |
SetParameterValue() |
Sets the value of the specified parameter |
TrackAt() |
Returns the specified track |
Web() |
Returns a BParameterWeb that can be used to configure the file format parameters |