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

Method VideoSetCodecType

internal/native/proto/native_grpc.pb.go:173–181  ·  view source on GitHub ↗
(ctx context.Context, in *VideoSetCodecTypeRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

171}
172
173func (c *nativeServiceClient) VideoSetCodecType(ctx context.Context, in *VideoSetCodecTypeRequest, opts ...grpc.CallOption) (*Empty, error) {
174 cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
175 out := new(Empty)
176 err := c.cc.Invoke(ctx, NativeService_VideoSetCodecType_FullMethodName, in, out, cOpts...)
177 if err != nil {
178 return nil, err
179 }
180 return out, nil
181}
182
183func (c *nativeServiceClient) VideoGetCodecType(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*VideoGetCodecTypeResponse, error) {
184 cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected