Public Member Functions | |
MediaManager () | |
Construct one media manager. | |
virtual | ~MediaManager () |
Destruct one media manager. | |
void | AddRef () |
void | Put () |
Decrements the reference counter of the instance. | |
bool | IsValid () |
Valid. | |
Messenger | GetServerLink () |
Server link. | |
MediaInput * | GetBestInput (String zFileName) |
Return a matching input object. | |
MediaInput * | GetDefaultInput () |
Return default input. | |
void | SetDefaultInput (os::String zIdentifier) |
Set default input. | |
MediaInput * | GetInput (uint32 nIndex) |
Return one input. | |
MediaCodec * | GetBestCodec (MediaFormat_s sInternalFormat, MediaFormat_s sExternalFormat, bool bEncode) |
Return a matching codec. | |
MediaCodec * | GetCodec (uint32 nIndex) |
Return one codec. | |
MediaOutput * | GetBestOutput (String zFileName, String zIdentifier) |
Return a matching output. | |
MediaOutput * | GetDefaultAudioOutput () |
Return default audio output. | |
void | SetDefaultAudioOutput (os::String zIdentifier) |
Set default audio output. | |
MediaOutput * | GetDefaultVideoOutput () |
Return default video output. | |
void | SetDefaultVideoOutput (os::String zIdentifier) |
Set default video output. | |
MediaOutput * | GetOutput (uint32 nIndex) |
Return one output. | |
virtual void | _reserved1 () |
virtual void | _reserved2 () |
virtual void | _reserved3 () |
virtual void | _reserved4 () |
virtual void | _reserved5 () |
virtual void | _reserved6 () |
virtual void | _reserved7 () |
virtual void | _reserved8 () |
virtual void | _reserved9 () |
virtual void | _reserved10 () |
Static Public Member Functions | |
static MediaManager * | GetInstance () |
Return instance. | |
static MediaManager * | Get () |
Provides access to the MediaManager class. | |
Classes | |
class | Private |
MediaManager::MediaManager | ( | ) |
MediaManager::~MediaManager | ( | ) | [virtual] |
void MediaManager::AddRef | ( | ) |
MediaManager * MediaManager::GetInstance | ( | ) | [static] |
MediaManager * MediaManager::Get | ( | ) | [static] |
void MediaManager::Put | ( | ) |
bool MediaManager::IsValid | ( | ) |
Messenger MediaManager::GetServerLink | ( | ) |
MediaInput * MediaManager::GetBestInput | ( | String | zFileName | ) |
zFileName | - Filename of the device / file. |
MediaInput * MediaManager::GetDefaultInput | ( | ) |
void MediaManager::SetDefaultInput | ( | os::String | zIdentifier | ) |
zIdentifier | - Identifier of the input. |
MediaInput * MediaManager::GetInput | ( | uint32 | nIndex | ) |
nIndex | - Index of the input. |
MediaCodec * MediaManager::GetBestCodec | ( | MediaFormat_s | sInternal, | |
MediaFormat_s | sExternal, | |||
bool | bEncode | |||
) |
sInternal | - Requested internal format of the codec. | |
sExternal | - Requested external format of the codec. | |
bEncode | - If the codec should be used for encoding. |
MediaCodec * MediaManager::GetCodec | ( | uint32 | nIndex | ) |
nIndex | - Index of the input. |
MediaOutput * MediaManager::GetBestOutput | ( | String | zFileName, | |
String | zIdentifier | |||
) |
zFileName | - File or device to where the data should be written. | |
zIdentifier | - Identifier of the output |
MediaOutput * MediaManager::GetDefaultAudioOutput | ( | ) |
void MediaManager::SetDefaultAudioOutput | ( | os::String | zIdentifier | ) |
zIdentifier | - Identifier of the output. |
MediaOutput * MediaManager::GetDefaultVideoOutput | ( | ) |
void MediaManager::SetDefaultVideoOutput | ( | os::String | zIdentifier | ) |
zIdentifier | - Identifier of the output. |
MediaOutput * MediaManager::GetOutput | ( | uint32 | nIndex | ) |
nIndex | - Index of the input. |
void MediaManager::_reserved1 | ( | ) | [virtual] |
void MediaManager::_reserved2 | ( | ) | [virtual] |
void MediaManager::_reserved3 | ( | ) | [virtual] |
void MediaManager::_reserved4 | ( | ) | [virtual] |
void MediaManager::_reserved5 | ( | ) | [virtual] |
void MediaManager::_reserved6 | ( | ) | [virtual] |
void MediaManager::_reserved7 | ( | ) | [virtual] |
void MediaManager::_reserved8 | ( | ) | [virtual] |
void MediaManager::_reserved9 | ( | ) | [virtual] |
void MediaManager::_reserved10 | ( | ) | [virtual] |