Documentation ¶
Index ¶
- Variables
- type Request
- func (*Request) Descriptor() ([]byte, []int)deprecated
- func (x *Request) GetConvResolutions() []common.VideoResolution
- func (x *Request) GetDestPath() string
- func (x *Request) GetOutFormat() common.VideoOutputFormat
- func (x *Request) GetSrcPath() string
- func (*Request) ProtoMessage()
- func (x *Request) ProtoReflect() protoreflect.Message
- func (x *Request) Reset()
- func (x *Request) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_Request_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { SrcPath string `protobuf:"bytes,1,opt,name=src_path,json=srcPath,proto3" json:"src_path,omitempty"` // s3 path to the video DestPath string `protobuf:"bytes,2,opt,name=dest_path,json=destPath,proto3" json:"dest_path,omitempty"` // unqiue s3 path to directory OutFormat common.VideoOutputFormat `protobuf:"varint,3,opt,name=out_format,json=outFormat,proto3,enum=common.VideoOutputFormat" json:"out_format,omitempty"` ConvResolutions []common.VideoResolution `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Request) Descriptor
deprecated
func (*Request) GetConvResolutions ¶
func (x *Request) GetConvResolutions() []common.VideoResolution
func (*Request) GetDestPath ¶
func (*Request) GetOutFormat ¶
func (x *Request) GetOutFormat() common.VideoOutputFormat
func (*Request) GetSrcPath ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) ProtoReflect ¶
func (x *Request) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.