コード例 #1
0
 public void OnCryptoError(MediaCodec.CryptoException e)
 {
     if (_internalErrorListener != null)
     {
         _internalErrorListener.OnCryptoError(e);
     }
 }