Home > rainway-sdk > KeyframeRequest
KeyframeRequest variable
Signature:
KeyframeRequest: {
discriminator: 10;
encode(message: IKeyframeRequest): Uint8Array;
encodeInto(message: IKeyframeRequest, view: BebopView): number;
decode(buffer: Uint8Array): IKeyframeRequest;
readFrom(view: BebopView): IKeyframeRequest;
}