component-InputStream
InputStream
type InputStream = {
id?: string;
input_id: string;
}
Properties
id
- Id of a component.input_id
- Id of an input. It identifies a stream registered using aRegisterInputStream
request.
type InputStream = {
id?: string;
input_id: string;
}
id
- Id of a component.input_id
- Id of an input. It identifies a stream registered using a RegisterInputStream
request.