• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. S

    Handling member function of MediaCodec

    I am developing and application where I need both MediaCrypto and MediaCodec. By using MediaCodec.getInputBuffer, I for the input buffer index which is used to store encrypted data and passed to native decrypt through MediaCodec.queueSecureInputBuffer. After decrypt operation is completed, I am...