PFAssetTimeMonitor Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | PFAsset.h |
– onPlayerTime:hasTime:
required method
The callback called when a new video frame arrives
- (void)onPlayerTime:(id<PFAsset>)asset hasTime:(CMTime)time
Parameters
asset |
The asset where the message originated from. |
---|---|
time |
The playback time that was monitored |
Discussion
The callback called when a new video frame arrives
Declared In
PFAsset.h