From be94f230bb964eef856255773f9f3c92b24e4adb Mon Sep 17 00:00:00 2001 From: "xinyi.kao" Date: Fri, 4 Dec 2020 12:34:05 +0800 Subject: [PATCH] Get fps and hasVideo property from mediaInfo --- d.ts/flv.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/d.ts/flv.d.ts b/d.ts/flv.d.ts index f2130eac..b5b35c89 100644 --- a/d.ts/flv.d.ts +++ b/d.ts/flv.d.ts @@ -306,6 +306,8 @@ declare namespace FlvJs { duration?: number; width?: number; height?: number; + fps?: number; + hasVideo?: boolean; } interface FlvPlayerMediaInfo extends NativePlayerMediaInfo {