641dbe6f53c0cc65e8efe865d4d94619e77066d6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 4 | ||
| Change Parameter Type packetDescriptions : AudioStreamPacketDescription.AudioStreamPacketDescriptionPtr to packetDescriptions : AudioStreamPacketDescription in method private cbParsePackets(clientData long, numberBytes int, numberPackets int, inputData long, packetDescriptions AudioStreamPacketDescription) : void in class org.robovm.apple.audiotoolbox.AudioFileStream | From | To | |
| Change Parameter Type buffer : AudioQueueBuffer to buffer : long in method private cbInput(userData long, queue AudioQueue, buffer long, startTime AudioTimeStamp, numberPacketDescs int, packetDescs AudioStreamPacketDescription) : void in class org.robovm.apple.audiotoolbox.AudioQueue | From | To | |
| Change Parameter Type inputData : BytePtr to inputData : long in method private cbParsePackets(clientData long, numberBytes int, numberPackets int, inputData long, packetDescriptions AudioStreamPacketDescription) : void in class org.robovm.apple.audiotoolbox.AudioFileStream | From | To | |
| Change Parameter Type buffer : AudioQueueBuffer to buffer : long in method private cbOutput(userData long, queue AudioQueue, buffer long) : void in class org.robovm.apple.audiotoolbox.AudioQueue | From | To | |
| Rename Variable | 1 | ||
| Rename Variable ptr : VoidPtr to dataPointer : long in method public getAudioDataAsBuffer(bufferType Class<T>) : T in class org.robovm.apple.audiotoolbox.AudioQueueBuffer | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type ptr : VoidPtr to dataPointer : long in method public getAudioDataAsBuffer(bufferType Class<T>) : T in class org.robovm.apple.audiotoolbox.AudioQueueBuffer | From | To | |
| Extract Method | 3 | ||
| Extract Method public enqueueBuffer(buffer long, packetDescs AudioStreamPacketDescription[], trimFramesAtStart int, trimFramesAtEnd int, paramValues AudioQueueParameterEvent[], startTime AudioTimeStamp) : AudioTimeStamp extracted from public enqueueBuffer(buffer AudioQueueBuffer, packetDescs AudioStreamPacketDescription[], trimFramesAtStart int, trimFramesAtEnd int, paramValues AudioQueueParameterEvent[], startTime AudioTimeStamp) : AudioTimeStamp in class org.robovm.apple.audiotoolbox.AudioQueue | From | To | |
| Extract Method public enqueueBuffer(buffer long, packetDescs AudioStreamPacketDescription[]) : void extracted from public enqueueBuffer(buffer AudioQueueBuffer, packetDescs AudioStreamPacketDescription[]) : void in class org.robovm.apple.audiotoolbox.AudioQueue | From | To | |
| Extract Method public freeBuffer(buffer long) : void extracted from public freeBuffer(buffer AudioQueueBuffer) : void in class org.robovm.apple.audiotoolbox.AudioQueue | From | To |