mirror of
https://github.com/androidx/media.git
synced 2025-05-07 23:50:44 +08:00
Unset sample queue index in HlsSampleStream#unbindSampleQueue
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=177950960
This commit is contained in:
parent
aebc7da82b
commit
6606d73b29
@ -39,6 +39,7 @@ import java.io.IOException;
|
|||||||
public void unbindSampleQueue() {
|
public void unbindSampleQueue() {
|
||||||
if (sampleQueueIndex != C.INDEX_UNSET) {
|
if (sampleQueueIndex != C.INDEX_UNSET) {
|
||||||
sampleStreamWrapper.unbindSampleQueue(trackGroupIndex);
|
sampleStreamWrapper.unbindSampleQueue(trackGroupIndex);
|
||||||
|
sampleQueueIndex = C.INDEX_UNSET;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user