Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type DownloadProgressListenerServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *DownloadReceiverServer) NewDownloadReceiver(_ context.Context, req *pb.NewDownloadReceiverRequest) (*pb.NewDownloadReceiverResponse, error) + func (s *DownloadReceiverServer) OnReceive(_ context.Context, req *pb.OnReceiveRequest) (*pb.OnReceiveResponse, error) + type DownloadSessionCallbackServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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)