<GMVMultiDataOutputDelegate> Protocol


<GMVMultiDataOutputDelegate> Protocol Reference

Overview

Delegate used to register GMVOutputTrackerDelegate for a specific feature.

Inherits <NSObject>.

Instance Method Summary

(id< GMVOutputTrackerDelegate >) - dataOutput:trackerForFeature:
 Returns an object that implements GMVOutputTrackerDelegate. More...
 

Method Detail

- (id<GMVOutputTrackerDelegate>) dataOutput: (GMVDataOutput *)  dataOutput
trackerForFeature: (GMVFeature *)  feature 

Returns an object that implements GMVOutputTrackerDelegate.

Parameters
dataOutputThe GMVDataOutput object requesting the call.
featureA detected feature.