Nuno Palma
Nuno Palma
Any chance of uploading the library to maven?
Hello @tonihei In the legacy Android media APIs, setting METADATA_KEY_DURATION to a negative value signaled that the duration was unknown (or effectively infinite). With Media3, MediaMetadata.Builder#setDurationMs(long) is documented to accept...
It does indeed @icbaker. However, the documentation is not as explicit as it is for the legacy Media APIs https://developer.android.com/reference/android/media/MediaMetadata#METADATA_KEY_DURATION "A negative duration indicates that the duration is unknown (or...
I believe it would help if the documentation explicitly stated that leaving the duration unset, by passing ```null``` or simply not calling ```setDurationMs```, replaces the old practice of supplying a...