CjVideoCapture
|
Instance Methods | |
(void) | - h264NaluCaptured:naluType: |
Delegate gets called when NALU has been captured. More... | |
- (void) h264NaluCaptured: | (NSData *) | nalu | |
naluType: | (H264NaluType) | naluType | |
Delegate gets called when NALU has been captured.
nalu | H.264 NALU (NAL Unit) |
naluType | The type of NALU captured (SPS, PPS, I-frame or P-frame). |