mirror of
https://github.com/koush/scrypted.git
synced 2026-02-11 09:34:27 +00:00
sdk: update
This commit is contained in:
@@ -1609,6 +1609,7 @@ export enum ScryptedMimeTypes {
|
||||
export type RequestMediaStream = (options?: RequestMediaStreamOptions) => Promise<MediaObject>;
|
||||
|
||||
export interface FFmpegTranscode {
|
||||
videoDecoderArguments?: string[];
|
||||
videoTranscodeArguments?: string[];
|
||||
audioTranscodeArguments?: string[];
|
||||
}
|
||||
|
||||
3
sdk/types/index.d.ts
vendored
3
sdk/types/index.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
/// <reference types="node" />
|
||||
export declare const TYPES_VERSION = "0.0.57";
|
||||
export declare const TYPES_VERSION = "0.0.58";
|
||||
export interface DeviceState {
|
||||
id?: string;
|
||||
info?: DeviceInformation;
|
||||
@@ -1636,6 +1636,7 @@ export declare enum ScryptedMimeTypes {
|
||||
}
|
||||
export declare type RequestMediaStream = (options?: RequestMediaStreamOptions) => Promise<MediaObject>;
|
||||
export interface FFmpegTranscode {
|
||||
videoDecoderArguments?: string[];
|
||||
videoTranscodeArguments?: string[];
|
||||
audioTranscodeArguments?: string[];
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ScryptedMimeTypes = exports.ScryptedInterface = exports.MediaPlayerState = exports.SecuritySystemObstruction = exports.SecuritySystemMode = exports.AirQuality = exports.LockState = exports.ThermostatMode = exports.TemperatureUnit = exports.FanMode = exports.HumidityMode = exports.ScryptedDeviceType = exports.ScryptedInterfaceDescriptors = exports.ScryptedInterfaceProperty = exports.DeviceBase = exports.TYPES_VERSION = void 0;
|
||||
exports.TYPES_VERSION = "0.0.57";
|
||||
exports.TYPES_VERSION = "0.0.58";
|
||||
class DeviceBase {
|
||||
}
|
||||
exports.DeviceBase = DeviceBase;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
export const TYPES_VERSION = "0.0.57";
|
||||
export const TYPES_VERSION = "0.0.58";
|
||||
|
||||
|
||||
export interface DeviceState {
|
||||
@@ -2373,6 +2373,7 @@ export enum ScryptedMimeTypes {
|
||||
export type RequestMediaStream = (options?: RequestMediaStreamOptions) => Promise<MediaObject>;
|
||||
|
||||
export interface FFmpegTranscode {
|
||||
videoDecoderArguments?: string[];
|
||||
videoTranscodeArguments?: string[];
|
||||
audioTranscodeArguments?: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user