MCPcopy Create free account
hub / github.com/jetkvm/kvm / VideoSetCodecType

Method VideoSetCodecType

internal/native/grpc_clientmethods.go:46–49  ·  view source on GitHub ↗
(codecType int)

Source from the content-addressed store, hash-verified

44}
45
46func (c *GRPCClient) VideoSetCodecType(codecType int) error {
47 _, err := c.client.VideoSetCodecType(context.Background(), &pb.VideoSetCodecTypeRequest{CodecType: int32(codecType)})
48 return err
49}
50
51func (c *GRPCClient) VideoGetCodecType() (int, error) {
52 resp, err := c.client.VideoGetCodecType(context.Background(), &pb.Empty{})

Callers

nothing calls this directly

Calls 1

VideoSetCodecTypeMethod · 0.65

Tested by

no test coverage detected