In old version:
The PVPlayer file:
external/opencore/android/metadatadriver.cpp
provide C interface like this:
extern "C" {
void* createRetriever() {
return new MetadataDriver();
}
======================================================
In Cupcake branch:
Add file
frameworks/base/include/media/PVMetadataRetriever.h
class PVMetadataRetriever : public MediaMetadataRetrieverInterface
The PVPlayer file:
external/opencore/android/metadatadriver.cpp
provide a PVMetadataRetriever interface.
=======================================================
The Class PVMediaRecorder in PVMediaRecorder.h seems similar to the
Metadata Retrieve.
But
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---