Public Member Functions | |
void | addChannel (in ACString aChannelID, in sbISeekableChannel aChannel) |
Add an sbISeekableChannel to be used for TagLib file IO. | |
void | removeChannel (in ACString aChannelID) |
Remove an sbISeekableChannel used for TagLib file IO. | |
sbISeekableChannel | getChannel (in ACString aChannelID) |
Get an sbISeekableChannel used for TagLib file IO. | |
unsigned long long | getChannelSize (in ACString aChannelID) |
Get the size of the channel media. | |
boolean | getChannelRestart (in ACString aChannelID) |
Get the restart flag for the channel. | |
void | setChannelRestart (in ACString aChannelID, in PRBool aRestart) |
Set the restart flag for the channel. |
Definition at line 45 of file sbITagLibChannelFileIOManager.idl.
void sbITagLibChannelFileIOManager::addChannel | ( | in ACString | aChannelID, | |
in sbISeekableChannel | aChannel | |||
) |
Add an sbISeekableChannel to be used for TagLib file IO.
aChannelID | Channel identifier. | |
aChannel | Metadata channel. |
void sbITagLibChannelFileIOManager::removeChannel | ( | in ACString | aChannelID | ) |
Remove an sbISeekableChannel used for TagLib file IO.
aChannelID | Identifier for channel to be removed. |
sbISeekableChannel sbITagLibChannelFileIOManager::getChannel | ( | in ACString | aChannelID | ) |
Get an sbISeekableChannel used for TagLib file IO.
aChannelID | Identifier for channel to get. |
unsigned long long sbITagLibChannelFileIOManager::getChannelSize | ( | in ACString | aChannelID | ) |
Get the size of the channel media.
aChannelID | Identifier for channel for which to get size. |
boolean sbITagLibChannelFileIOManager::getChannelRestart | ( | in ACString | aChannelID | ) |
Get the restart flag for the channel.
aChannelID | Identifier for channel for which to get restart flag. |
void sbITagLibChannelFileIOManager::setChannelRestart | ( | in ACString | aChannelID, | |
in PRBool | aRestart | |||
) |
Set the restart flag for the channel.
aChannelID | Identifier for channel for which to set restart flag. | |
aRestart | Restart flag value. |