The dokka javadoc generation tool complains when parameter names don't match between a method and its override. This change updates occurrences where there is currently a mismatch. Notable renamings that might be controversial: - `onPlaybackStateChanged(int state)` to `onPlaybackStateChanged(int playbackState)` affected a lot of lines but seems more consistent with other '-Changed' methods. - `handleMessage(int messageType, Object payload)` to `handleMessage(int messageType, Object message)` - `ExtractorInput` and `DataSource` inherit `DataReader` which had `read(byte[] target, ...`, while data sources normally called the first parameter `buffer`. I have standardized these all to use `buffer` even though it looks out of place in the `ExtractorInput` interface (which has more `read` methods with `target`). PiperOrigin-RevId: 387290360
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| _data | Loading commit data... | |
| _includes | Loading commit data... | |
| _layouts | Loading commit data... | |
| _page_fragments | Loading commit data... | |
| _sass | Loading commit data... | |
| assets | Loading commit data... | |
| doc/reference | Loading commit data... | |
| images | Loading commit data... | |
| issues | Loading commit data... | |
| .hgignore | Loading commit data... | |
| 404.html | Loading commit data... | |
| CNAME | Loading commit data... | |
| Gemfile | Loading commit data... | |
| LICENSE | Loading commit data... | |
| README.md | Loading commit data... | |
| _config.yml | Loading commit data... | |
| ad-insertion.md | Loading commit data... | |
| analytics.md | Loading commit data... | |
| battery-consumption.md | Loading commit data... | |
| customization.md | Loading commit data... | |
| dash.md | Loading commit data... | |
| debug-logging.md | Loading commit data... | |
| demo-application.md | Loading commit data... | |
| design-documents.md | Loading commit data... | |
| downloading-media.md | Loading commit data... | |
| drm.md | Loading commit data... | |
| glossary.md | Loading commit data... | |
| hello-world.md | Loading commit data... | |
| hls.md | Loading commit data... | |
| index.md | Loading commit data... | |
| listening-to-player-events.md | Loading commit data... | |
| live-streaming.md | Loading commit data... | |
| media-items.md | Loading commit data... | |
| media-sources.md | Loading commit data... | |
| network-stacks.md | Loading commit data... | |
| oems.md | Loading commit data... | |
| playlists.md | Loading commit data... | |
| progressive.md | Loading commit data... | |
| pros-and-cons.md | Loading commit data... | |
| retrieving-metadata.md | Loading commit data... | |
| rtsp.md | Loading commit data... | |
| run_locally.sh | Loading commit data... | |
| shrinking.md | Loading commit data... | |
| smoothstreaming.md | Loading commit data... | |
| supported-devices.md | Loading commit data... | |
| supported-formats.md | Loading commit data... | |
| track-selection.md | Loading commit data... | |
| transforming-media.md | Loading commit data... | |
| troubleshooting.md | Loading commit data... | |
| ui-components.md | Loading commit data... |