efeyc
efeyc

Reputation: 2130

media player error codes

This link is broken. Are there any other resource that keeps media player error codes?

or does anybody know what the -18 error code means?

Thanks,

Upvotes: 0

Views: 2913

Answers (1)

richardwiden
richardwiden

Reputation: 1602

https://github.com/android/platform_external_opencore/blob/master/pvmi/pvmf/include/pvmf_return_codes.h

/*
 Error due to general data processing
 */
const PVMFStatus PVMFErrProcessing = (-18);

Upvotes: 2

Related Questions