A service for providing sbISeekableChannel file IO support in TagLib.
More...
import"sbITagLibChannelFileIOManager.idl";
void sbITagLibChannelFileIOManager::addChannel |
( |
in ACString |
aChannelID, |
|
|
in sbISeekableChannel |
aChannel |
|
) |
| |
Add an sbISeekableChannel to be used for TagLib file IO.
- Parameters
-
aChannelID | Channel identifier. |
aChannel | Metadata channel. |
boolean sbITagLibChannelFileIOManager::getChannelRestart |
( |
in ACString |
aChannelID | ) |
|
Get the restart flag for the channel.
- Parameters
-
aChannelID | Identifier for channel for which to get restart flag. |
- Returns
- Restart flag value.
unsigned long long sbITagLibChannelFileIOManager::getChannelSize |
( |
in ACString |
aChannelID | ) |
|
Get the size of the channel media.
- Parameters
-
aChannelID | Identifier for channel for which to get size. |
- Returns
- The channel media size.
void sbITagLibChannelFileIOManager::removeChannel |
( |
in ACString |
aChannelID | ) |
|
void sbITagLibChannelFileIOManager::setChannelRestart |
( |
in ACString |
aChannelID, |
|
|
in PRBool |
aRestart |
|
) |
| |
Set the restart flag for the channel.
- Parameters
-
aChannelID | Identifier for channel for which to set restart flag. |
aRestart | Restart flag value. |
The documentation for this interface was generated from the following file: