Type Alias: EncoderConfig
type EncoderConfig = {
codec: CodecType;
profile: EncodingProfile;
frame_rate: number;
lossy: boolean;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:14
Properties
codec
codec: CodecType;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:15
profile
profile: EncodingProfile;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:16
frame_rate
frame_rate: number;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:17
lossy
lossy: boolean;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:18