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'>;
|
||||
|
@@ -23,6 +23,7 @@ export type ReactVideoSourceProperties = {
|
||||
cropStart?: number;
|
||||
cropEnd?: number;
|
||||
metadata?: VideoMetadata;
|
||||
textTracksAllowChunklessPreparation?: boolean;
|
||||
};
|
||||
|
||||
export type ReactVideoSource = Readonly<
|
||||
|
Reference in New Issue
Block a user