Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EternalSoySauce committed Sep 9, 2022
1 parent c547742 commit 25282b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,8 +675,8 @@ The following methods are only used as parameters for other interfaces to call.
|getCameraStorageFreeSpace()|long|Camera Storage Free Space, bytes|
|isSdCardEnabled()|boolean|Camera SD card state|
|getCameraHttpPrefix()|String|Camera Host|
|getAllUrlList()<br>getRawUrlList()<br>getCameraInfoMap()|String|Camera File List (Exclued Recording File)|
|getAllUrlListIncludeRecording()|String|Camera File List (Include Recording File)|
|getAllUrlList()<br>getRawUrlList()<br>getCameraInfoMap()|List<String>|Camera File List (Exclued Recording File)|
|getAllUrlListIncludeRecording()|List<String>|Camera File List (Include Recording File)|



Expand Down Expand Up @@ -1044,6 +1044,7 @@ You can get the media info based from the `workWrapper`
|---|---|---|
|getIdenticalKey()|String|Uniquely Identify, used for `DiskCacheKey of Glide` or others|
|getUrls()|String[]|Get media file urls|
|getUrls(boolean)|String[]|Get media file urls. Set true/false to decide whether to include the dng file path|
|getWidth()|int|Get media width|
|getHeight()|int|Get media height|
|getBitrate()|int|Get video bitrate, return 0 if is photo|
Expand Down

0 comments on commit 25282b2

Please sign in to comment.