Searched defs:AudioDecodeCB (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/base/
H A Ddecryptor.h124 typedef base::Callback<void(Status, const AudioBuffers&)> AudioDecodeCB; typedef in class:media::Decryptor
137 const AudioDecodeCB& audio_decode_cb) = 0;
144 // AudioDecodeCB/VideoDecodeCB immediately with kError and NULL.
151 // any pending DecoderInitCB/AudioDecodeCB/VideoDecodeCB immediately.
152 // DecoderInitCB should be fired with false. AudioDecodeCB/VideoDecodeCB

Completed in 496 milliseconds