Documentation
¶
Index ¶
- type DownloadProgressListenerServer
- func (s *DownloadProgressListenerServer) NewDownloadProgressListener(_ context.Context, req *pb.NewDownloadProgressListenerRequest) (*pb.NewDownloadProgressListenerResponse, error)
- func (s *DownloadProgressListenerServer) OnProgressUpdated(_ context.Context, req *pb.OnProgressUpdatedRequest) (*pb.OnProgressUpdatedResponse, error)
- type DownloadReceiverServer
- type DownloadSessionCallbackServer
- func (s *DownloadSessionCallbackServer) NewDownloadSessionCallback(_ context.Context, req *pb.NewDownloadSessionCallbackRequest) (*pb.NewDownloadSessionCallbackResponse, error)
- func (s *DownloadSessionCallbackServer) OnError(_ context.Context, req *pb.OnErrorRequest) (*pb.OnErrorResponse, error)
- func (s *DownloadSessionCallbackServer) OnMiddlewareReady(_ context.Context, req *pb.OnMiddlewareReadyRequest) (*pb.OnMiddlewareReadyResponse, error)
- type DownloadStatusListenerServer
- func (s *DownloadStatusListenerServer) NewDownloadStatusListener(_ context.Context, req *pb.NewDownloadStatusListenerRequest) (*pb.NewDownloadStatusListenerResponse, error)
- func (s *DownloadStatusListenerServer) OnStatusUpdated(_ context.Context, req *pb.OnStatusUpdatedRequest) (*pb.OnStatusUpdatedResponse, error)
- type StreamingServiceCallbackServer
- func (s *StreamingServiceCallbackServer) NewStreamingServiceCallback(_ context.Context, req *pb.NewStreamingServiceCallbackRequest) (*pb.NewStreamingServiceCallbackResponse, error)
- func (s *StreamingServiceCallbackServer) OnBroadcastSignalStrengthUpdated(_ context.Context, req *pb.OnBroadcastSignalStrengthUpdatedRequest) (*pb.OnBroadcastSignalStrengthUpdatedResponse, error)
- func (s *StreamingServiceCallbackServer) OnError(_ context.Context, req *pb.OnErrorRequest) (*pb.OnErrorResponse, error)
- func (s *StreamingServiceCallbackServer) OnMediaDescriptionUpdated(_ context.Context, req *pb.OnMediaDescriptionUpdatedRequest) (*pb.OnMediaDescriptionUpdatedResponse, error)
- func (s *StreamingServiceCallbackServer) OnStreamMethodUpdated(_ context.Context, req *pb.OnStreamMethodUpdatedRequest) (*pb.OnStreamMethodUpdatedResponse, error)
- func (s *StreamingServiceCallbackServer) OnStreamStateUpdated(_ context.Context, req *pb.OnStreamStateUpdatedRequest) (*pb.OnStreamStateUpdatedResponse, error)
- type StreamingSessionCallbackServer
- func (s *StreamingSessionCallbackServer) NewStreamingSessionCallback(_ context.Context, req *pb.NewStreamingSessionCallbackRequest) (*pb.NewStreamingSessionCallbackResponse, error)
- func (s *StreamingSessionCallbackServer) OnError(_ context.Context, req *pb.OnErrorRequest) (*pb.OnErrorResponse, error)
- func (s *StreamingSessionCallbackServer) OnMiddlewareReady(_ context.Context, req *pb.OnMiddlewareReadyRequest) (*pb.OnMiddlewareReadyResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadProgressListenerServer ¶
type DownloadProgressListenerServer struct {
pb.UnimplementedDownloadProgressListenerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
DownloadProgressListenerServer implements pb.DownloadProgressListenerServiceServer.
func (*DownloadProgressListenerServer) NewDownloadProgressListener ¶
func (s *DownloadProgressListenerServer) NewDownloadProgressListener(_ context.Context, req *pb.NewDownloadProgressListenerRequest) (*pb.NewDownloadProgressListenerResponse, error)
func (*DownloadProgressListenerServer) OnProgressUpdated ¶
func (s *DownloadProgressListenerServer) OnProgressUpdated(_ context.Context, req *pb.OnProgressUpdatedRequest) (*pb.OnProgressUpdatedResponse, error)
type DownloadReceiverServer ¶
type DownloadReceiverServer struct {
pb.UnimplementedDownloadReceiverServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
DownloadReceiverServer implements pb.DownloadReceiverServiceServer.
func (*DownloadReceiverServer) NewDownloadReceiver ¶
func (s *DownloadReceiverServer) NewDownloadReceiver(_ context.Context, req *pb.NewDownloadReceiverRequest) (*pb.NewDownloadReceiverResponse, error)
func (*DownloadReceiverServer) OnReceive ¶
func (s *DownloadReceiverServer) OnReceive(_ context.Context, req *pb.OnReceiveRequest) (*pb.OnReceiveResponse, error)
type DownloadSessionCallbackServer ¶
type DownloadSessionCallbackServer struct {
pb.UnimplementedDownloadSessionCallbackServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
DownloadSessionCallbackServer implements pb.DownloadSessionCallbackServiceServer.
func (*DownloadSessionCallbackServer) NewDownloadSessionCallback ¶
func (s *DownloadSessionCallbackServer) NewDownloadSessionCallback(_ context.Context, req *pb.NewDownloadSessionCallbackRequest) (*pb.NewDownloadSessionCallbackResponse, error)
func (*DownloadSessionCallbackServer) OnError ¶
func (s *DownloadSessionCallbackServer) OnError(_ context.Context, req *pb.OnErrorRequest) (*pb.OnErrorResponse, error)
func (*DownloadSessionCallbackServer) OnMiddlewareReady ¶
func (s *DownloadSessionCallbackServer) OnMiddlewareReady(_ context.Context, req *pb.OnMiddlewareReadyRequest) (*pb.OnMiddlewareReadyResponse, error)
type DownloadStatusListenerServer ¶
type DownloadStatusListenerServer struct {
pb.UnimplementedDownloadStatusListenerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
DownloadStatusListenerServer implements pb.DownloadStatusListenerServiceServer.
func (*DownloadStatusListenerServer) NewDownloadStatusListener ¶
func (s *DownloadStatusListenerServer) NewDownloadStatusListener(_ context.Context, req *pb.NewDownloadStatusListenerRequest) (*pb.NewDownloadStatusListenerResponse, error)
func (*DownloadStatusListenerServer) OnStatusUpdated ¶
func (s *DownloadStatusListenerServer) OnStatusUpdated(_ context.Context, req *pb.OnStatusUpdatedRequest) (*pb.OnStatusUpdatedResponse, error)
type StreamingServiceCallbackServer ¶
type StreamingServiceCallbackServer struct {
pb.UnimplementedStreamingServiceCallbackServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
StreamingServiceCallbackServer implements pb.StreamingServiceCallbackServiceServer.
func (*StreamingServiceCallbackServer) NewStreamingServiceCallback ¶
func (s *StreamingServiceCallbackServer) NewStreamingServiceCallback(_ context.Context, req *pb.NewStreamingServiceCallbackRequest) (*pb.NewStreamingServiceCallbackResponse, error)
func (*StreamingServiceCallbackServer) OnBroadcastSignalStrengthUpdated ¶
func (s *StreamingServiceCallbackServer) OnBroadcastSignalStrengthUpdated(_ context.Context, req *pb.OnBroadcastSignalStrengthUpdatedRequest) (*pb.OnBroadcastSignalStrengthUpdatedResponse, error)
func (*StreamingServiceCallbackServer) OnError ¶
func (s *StreamingServiceCallbackServer) OnError(_ context.Context, req *pb.OnErrorRequest) (*pb.OnErrorResponse, error)
func (*StreamingServiceCallbackServer) OnMediaDescriptionUpdated ¶
func (s *StreamingServiceCallbackServer) OnMediaDescriptionUpdated(_ context.Context, req *pb.OnMediaDescriptionUpdatedRequest) (*pb.OnMediaDescriptionUpdatedResponse, error)
func (*StreamingServiceCallbackServer) OnStreamMethodUpdated ¶
func (s *StreamingServiceCallbackServer) OnStreamMethodUpdated(_ context.Context, req *pb.OnStreamMethodUpdatedRequest) (*pb.OnStreamMethodUpdatedResponse, error)
func (*StreamingServiceCallbackServer) OnStreamStateUpdated ¶
func (s *StreamingServiceCallbackServer) OnStreamStateUpdated(_ context.Context, req *pb.OnStreamStateUpdatedRequest) (*pb.OnStreamStateUpdatedResponse, error)
type StreamingSessionCallbackServer ¶
type StreamingSessionCallbackServer struct {
pb.UnimplementedStreamingSessionCallbackServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
StreamingSessionCallbackServer implements pb.StreamingSessionCallbackServiceServer.
func (*StreamingSessionCallbackServer) NewStreamingSessionCallback ¶
func (s *StreamingSessionCallbackServer) NewStreamingSessionCallback(_ context.Context, req *pb.NewStreamingSessionCallbackRequest) (*pb.NewStreamingSessionCallbackResponse, error)
func (*StreamingSessionCallbackServer) OnError ¶
func (s *StreamingSessionCallbackServer) OnError(_ context.Context, req *pb.OnErrorRequest) (*pb.OnErrorResponse, error)
func (*StreamingSessionCallbackServer) OnMiddlewareReady ¶
func (s *StreamingSessionCallbackServer) OnMiddlewareReady(_ context.Context, req *pb.OnMiddlewareReadyRequest) (*pb.OnMiddlewareReadyResponse, error)
Click to show internal directories.
Click to hide internal directories.