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

12 lines
253 B
C
Raw Normal View History

2018-12-13 10:48:25 +00:00
#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 */