feat(android): add live video label configuration (#4190)

This commit is contained in:
Seyed Mostafa Hasani
2024-10-03 01:07:18 +03:30
committed by GitHub
parent 82dc4cf3a0
commit 149924ffcb
11 changed files with 146 additions and 97 deletions

View File

@@ -309,6 +309,7 @@ type ControlsStyles = Readonly<{
hideNavigationBarOnFullScreenMode?: WithDefault<boolean, true>;
hideNotificationBarOnFullScreenMode?: WithDefault<boolean, true>;
seekIncrementMS?: Int32;
liveLabel?: string;
}>;
export type OnControlsVisibilityChange = Readonly<{

View File

@@ -261,6 +261,7 @@ export type ControlsStyles = {
hideNavigationBarOnFullScreenMode?: boolean;
hideNotificationBarOnFullScreenMode?: boolean;
seekIncrementMS?: number;
liveLabel?: string;
};
export interface ReactVideoRenderLoaderProps {