(ctx context.Context, in *VideoSetCodecTypeRequest, opts ...grpc.CallOption)
| 171 | } |
| 172 | |
| 173 | func (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 | |
| 183 | func (c *nativeServiceClient) VideoGetCodecType(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*VideoGetCodecTypeResponse, error) { |
| 184 | cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...) |
nothing calls this directly
no outgoing calls
no test coverage detected