mirror of
https://github.com/koush/scrypted.git
synced 2026-02-11 09:34:27 +00:00
sdk: profile hint
This commit is contained in:
@@ -355,6 +355,7 @@ export interface Camera {
|
||||
|
||||
export interface VideoStreamOptions {
|
||||
codec?: string;
|
||||
profile?: string;
|
||||
width?: number;
|
||||
height?: number;
|
||||
bitrate?: number;
|
||||
|
||||
@@ -209,6 +209,7 @@ class VideoStreamOptions(TypedDict):
|
||||
keyframeInterval: float
|
||||
maxBitrate: float
|
||||
minBitrate: float
|
||||
profile: str
|
||||
width: float
|
||||
pass
|
||||
|
||||
|
||||
1
sdk/types/index.d.ts
vendored
1
sdk/types/index.d.ts
vendored
@@ -503,6 +503,7 @@ export interface Camera {
|
||||
}
|
||||
export interface VideoStreamOptions {
|
||||
codec?: string;
|
||||
profile?: string;
|
||||
width?: number;
|
||||
height?: number;
|
||||
bitrate?: number;
|
||||
|
||||
@@ -1109,6 +1109,7 @@ export interface Camera {
|
||||
|
||||
export interface VideoStreamOptions {
|
||||
codec?: string;
|
||||
profile?: string;
|
||||
width?: number;
|
||||
height?: number;
|
||||
bitrate?: number;
|
||||
|
||||
@@ -209,6 +209,7 @@ class VideoStreamOptions(TypedDict):
|
||||
keyframeInterval: float
|
||||
maxBitrate: float
|
||||
minBitrate: float
|
||||
profile: str
|
||||
width: float
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user