feat(android): allow chunckless preparation (#3882)
* feat(android): add a way to disable chuncklessPreparation on HLS
This commit is contained in:
@@ -39,6 +39,7 @@ export type VideoSrc = Readonly<{
|
||||
cropStart?: Float;
|
||||
cropEnd?: Float;
|
||||
metadata?: VideoMetadata;
|
||||
textTracksAllowChunklessPreparation?: boolean; // android
|
||||
}>;
|
||||
|
||||
type DRMType = WithDefault<string, 'widevine'>;
|
||||
|
Reference in New Issue
Block a user