Declared in AVPlayerItemHapDXTOutput.h

Block Definition

AVFHapDXTPostDecodeBlock

This defines a block that gets called immediately after a frame has finished uncompressing a hap frame into DXT data. Frame decoding is done via GCD- this block is executed on a thread spawned and controlled by GCD, so this would be a good place to take the opportunity to upload the decompressed DXT data to a GL texture.

typedef void (^AVFHapDXTPostDecodeBlock) (HapDecoderFrame *decodedFrame)

Declared In

AVPlayerItemHapDXTOutput.h