Пример #1
0
 @Override
 public void onCryptoError(MediaCodec.CryptoException e) {
   if (internalErrorListener != null) {
     internalErrorListener.onCryptoError(e);
   }
 }