media/library/common/src/test/java/com/google/android/exoplayer2
ibaker 8db6ea4649 Rename MediaItem.ClippingProperties to ClippingConfiguration
This is more consistent with the other MediaItem inner classes which are
all Configurations.

The old class and fields are left deprecated for backwards
compatibility.

MediaItem.Builder#setClippingProperties is directly renamed (without
deprecation) because it only exists on the dev-v2 branch and hasn't
been included in a numbered ExoPlayer release.

PiperOrigin-RevId: 399471414
2021-09-29 10:07:18 +01:00
..
audio Move format util classes to extractor package 2021-08-13 11:45:37 +01:00
database Move database package to common module 2021-09-16 12:09:16 +01:00
decoder FFmpeg extension: Correctly pad input buffers 2020-05-14 22:20:55 +01:00
device Move DeviceInfo into root package 2021-08-09 20:11:23 +01:00
drm Remove deprecated method DrmInitData.get(UUID) 2021-01-15 10:55:06 +00:00
metadata Move format specific metadata packages to lib-extractor 2021-09-23 15:13:10 +01:00
offline simplify PlayerActivity towards using the media item only 2020-04-08 21:47:48 +01:00
source Move TrackGroupTest and TrackGroupArrayTest to lib-common 2021-08-20 11:50:51 +01:00
text Move text classes from lib-exoplayer to lib-extractor and lib-common 2021-09-23 15:09:07 +01:00
trackselection Move most of DefaultTrackSelector params to TrackSelectionParameters 2021-07-09 09:25:15 +01:00
upstream Fix parameter names on overridden methods 2021-07-28 09:15:29 +01:00
util Merge pull request #9421 from MarcusWichelmann:hevc-sps-parsing 2021-09-24 18:13:01 +01:00
video Move format util classes to extractor package 2021-08-13 11:45:37 +01:00
BundleListRetrieverTest.java Implement Bundleable for Timeline 2021-03-12 10:53:41 +00:00
CTest.java Remove some sanity occurrences in Java files 2020-07-08 13:54:51 +01:00
ExoPlaybackExceptionTest.java Drop support for subclass instance unbundling in PlaybackException 2021-07-09 09:16:41 +01:00
FormatTest.java DRM refactor / cleanup 2021-08-19 10:42:56 +01:00
ForwardingPlayerTest.java Move EventListener registration down from Player 2021-09-17 11:58:31 +01:00
MediaItemTest.java Rename MediaItem.ClippingProperties to ClippingConfiguration 2021-09-29 10:07:18 +01:00
MediaMetadataTest.java Split MediaMetadataTest cases into PictureFrameTest and ApicFrameTest. 2021-07-21 14:39:56 +01:00
PlaybackExceptionTest.java Drop support for subclass instance unbundling in PlaybackException 2021-07-09 09:16:41 +01:00
PlaybackParametersTest.java Fix typo 2021-04-16 14:12:33 +01:00
PositionInfoTest.java Add the media item to PositionInfo 2021-08-26 11:03:40 +01:00
RatingTest.java Remove @DoNotInstrument from test classes 2021-08-09 20:02:05 +01:00
TimelineTest.java Migrate usages of MediaItem.PlaybackProperties to LocalConfiguration 2021-09-28 16:35:31 +01:00