NewPipeExtractor/extractor/src/main/java/org/schabi/newpipe/extractor/stream
AudricV 14bf3fb05b
Add ability to know the locale of an audio stream
Getting audio tracks locales by parsing their ID or their label, should not be
done by clients, but by the extractor.

This commit adds the ability to store the Locale of an AudioStream, which is
used to compare similar AudioStreams (in the equalStats method).
2023-02-26 19:06:16 +01:00
..
AudioStream.java Add ability to know the locale of an audio stream 2023-02-26 19:06:16 +01:00
DeliveryMethod.java Apply reviews: improve comments, remove FILE, remove Stream#equals(Stream) 2022-05-28 12:00:49 +02:00
Description.java Remove EMPTY_STRING. 2022-08-24 06:59:17 +05:30
Frameset.java Fix checkstyle issues in subpackages with abstract classes 2022-03-26 19:40:10 +01:00
Stream.java Apply code review and Streams rework 2022-05-28 12:00:58 +02:00
StreamExtractor.java Line breaks for long docstrings 2022-10-30 13:28:39 +00:00
StreamInfo.java Implement isShortFormContent for StreamExtractor and StreamInfo 2022-10-30 01:23:15 +00:00
StreamInfoItem.java Address reviews. 2022-10-30 01:25:30 +00:00
StreamInfoItemExtractor.java Line breaks for long docstrings 2022-10-30 13:28:39 +00:00
StreamInfoItemsCollector.java Add ability to identify short-form StreamInfoItems 2022-10-30 01:23:12 +00:00
StreamSegment.java Fix checkstyle issues in subpackages with abstract classes 2022-03-26 19:40:10 +01:00
StreamType.java Apply reviews: improve comments, remove FILE, remove Stream#equals(Stream) 2022-05-28 12:00:49 +02:00
SubtitlesStream.java Add code review suggestions. 2022-11-30 07:57:45 +05:30
VideoStream.java Remove hashCode and equals methods overrides of Stream classes 2022-05-28 12:00:55 +02:00