ccdcc91b09ddce9cfb9bca874b15846e93a44ffe
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type flags : AudioQueueProcessingTapFlags to flags : AudioQueueProcessingTapMutableFlags in method private cbProcess(clientData long, aqTap AudioQueueProcessingTap, numberFrames int, timeStamp AudioTimeStamp, flags AudioQueueProcessingTapMutableFlags, outNumberFrames IntPtr, data AudioBufferList) : void in class org.robovm.apple.audiotoolbox.AudioQueueProcessingTap | From | To | |
Rename Variable | 1 | ||
Rename Variable ptr : VoidPtr to dataPointer : long in method public getDataAsBuffer(bufferType Class<T>) : T in class org.robovm.apple.coreaudio.AudioBuffer | From | To | |
Change Return Type | 1 | ||
Change Return Type VoidPtr to long in method public getDataPointer() : long in class org.robovm.apple.coreaudio.AudioBuffer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ptr : VoidPtr to dataPointer : long in method public getDataAsBuffer(bufferType Class<T>) : T in class org.robovm.apple.coreaudio.AudioBuffer | From | To | |
Extract Method | 1 | ||
Extract Method public setBuffer(index int, handle long) : AudioBufferList extracted from public setBuffer(index int, value AudioBuffer) : AudioBufferList in class org.robovm.apple.coreaudio.AudioBufferList | From | To | |
Rename Parameter | 1 | ||
Rename Parameter value : AudioBuffer to buffer : AudioBuffer in method public setBuffer(index int, buffer AudioBuffer) : AudioBufferList in class org.robovm.apple.coreaudio.AudioBufferList | From | To |