SmartAudio/package/allwinner/tina_multimedia/libcedarx/android_adapter/awplayer/awPlayReadyLicense.h

12 lines
253 B
C++
Executable File

#ifndef AW_PLAYREADY_LICENSE_H
#define AW_PLAYREADY_LICENSE_H
#include <utils/Errors.h>
#include <binder/IInterface.h>
using namespace android;
status_t PlayReady_Drm_Invoke(const Parcel &request, Parcel *reply);
#endif /* AW_PLAYREADY_LICENSE_H */