Uses of Class
org.robovm.apple.replaykit.RPSampleBufferType
| Package | Description |
|---|---|
| org.robovm.apple.replaykit |
-
Uses of RPSampleBufferType in org.robovm.apple.replaykit
Methods in org.robovm.apple.replaykit that return RPSampleBufferType Modifier and Type Method Description static RPSampleBufferTypeRPSampleBufferType. valueOf(long n)Returns the enum constant of this type with the specified name.static RPSampleBufferTypeRPSampleBufferType. valueOf(String name)Returns the enum constant of this type with the specified name.static RPSampleBufferType[]RPSampleBufferType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.replaykit with parameters of type RPSampleBufferType Modifier and Type Method Description voidRPBroadcastSampleHandler. processSampleBuffer(CMSampleBuffer sampleBuffer, RPSampleBufferType sampleBufferType)Method parameters in org.robovm.apple.replaykit with type arguments of type RPSampleBufferType Modifier and Type Method Description voidRPScreenRecorder. startCapture(VoidBlock3<CMSampleBuffer,RPSampleBufferType,NSError> captureHandler, VoidBlock1<NSError> completionHandler)