Documentation ¶
Index ¶
- Variables
- type Msg
- func (*Msg) Descriptor() ([]byte, []int)deprecated
- func (x *Msg) GetAudioPort() string
- func (x *Msg) GetIp() string
- func (x *Msg) GetStreamid() string
- func (x *Msg) GetTimestamp() uint32
- func (x *Msg) GetType() Msg_Type
- func (x *Msg) GetVideoPort() string
- func (x *Msg) GetVideoSource() string
- func (*Msg) ProtoMessage()
- func (x *Msg) ProtoReflect() protoreflect.Message
- func (x *Msg) Reset()
- func (x *Msg) String() string
- type Msg_Type
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Msg_Type_name = map[int32]string{ 0: "PLAY", 1: "STOP", 2: "KEEPALIVE", } Msg_Type_value = map[string]int32{ "PLAY": 0, "STOP": 1, "KEEPALIVE": 2, } )
Enum value maps for Msg_Type.
View Source
var File_livestream_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Msg ¶
type Msg struct { Timestamp uint32 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Type Msg_Type `protobuf:"varint,2,opt,name=type,proto3,enum=Livestream.Msg_Type" json:"type,omitempty"` Streamid string `protobuf:"bytes,3,opt,name=streamid,proto3" json:"streamid,omitempty"` Ip string `protobuf:"bytes,4,opt,name=ip,proto3" json:"ip,omitempty"` AudioPort string `protobuf:"bytes,5,opt,name=audioPort,proto3" json:"audioPort,omitempty"` VideoPort string `protobuf:"bytes,6,opt,name=videoPort,proto3" json:"videoPort,omitempty"` VideoSource string `protobuf:"bytes,7,opt,name=videoSource,proto3" json:"videoSource,omitempty"` // contains filtered or unexported fields }
func (*Msg) Descriptor
deprecated
func (*Msg) GetAudioPort ¶
func (*Msg) GetStreamid ¶
func (*Msg) GetTimestamp ¶
func (*Msg) GetVideoPort ¶
func (*Msg) GetVideoSource ¶
func (*Msg) ProtoMessage ¶
func (*Msg) ProtoMessage()
func (*Msg) ProtoReflect ¶
func (x *Msg) ProtoReflect() protoreflect.Message
type Msg_Type ¶
type Msg_Type int32
func (Msg_Type) Descriptor ¶
func (Msg_Type) Descriptor() protoreflect.EnumDescriptor
func (Msg_Type) EnumDescriptor
deprecated
func (Msg_Type) Number ¶
func (x Msg_Type) Number() protoreflect.EnumNumber
func (Msg_Type) Type ¶
func (Msg_Type) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.