public void OnCryptoError(MediaCodec.CryptoException e)
 {
     if (_internalErrorListener != null)
     {
         _internalErrorListener.OnCryptoError(e);
     }
 }
Esempio n. 2
0
 public void OnCryptoError(MediaCodec.CryptoException e)
 {
     PrintInternalError("cryptoError", e);
 }
Esempio n. 3
0
 public void OnCryptoError(MediaCodec.CryptoException p0)
 {
     throw new NotImplementedException();
 }