Skip to main content

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

Type declaration

NameType
codecCodecType
profileEncodingProfile
frame_ratenumber
lossyboolean