UNPKG

media-stream-player

Version:

Player built on top of media-stream-library

4 lines (3 loc) 382 B
import { TransformationMatrix } from 'media-stream-library'; export declare const fetchSDP: (wsURI?: string | undefined, rtspURI?: string | undefined) => Promise<import("media-stream-library").Sdp>; export declare const fetchTransformationMatrix: (basis: 'sensor' | 'metadata', wsURI?: string | undefined, rtspURI?: string | undefined) => Promise<TransformationMatrix | undefined>;