All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.hiveline.stream.StreamlineClient.kt Maven / Gradle / Ivy

Go to download

KMP package which exports compiled protobuf entities to be used by other repos

There is a newer version: 2.89.0
Show newest version
// Code generated by Wire protocol buffer compiler, do not edit.
// Source: hiveline.stream.Streamline in hiveline/stream.proto
package hiveline.stream

import com.squareup.wire.GrpcCall
import com.squareup.wire.Service

public interface StreamlineClient : Service {
  public fun AllocStream(): GrpcCall

  public fun AllocNewLayers(): GrpcCall

  public fun AllocTranscription(): GrpcCall

  public fun StopStream(): GrpcCall

  /**
   * rpc SelectedPeersDiffEvent(SelectedPeersDiffEventRequest)
   *     returns (SelectedPeersDiffEventResponse) {}
   */
  public fun AllocRecording(): GrpcCall

  public fun StopRecording(): GrpcCall

  public fun Ping(): GrpcCall
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy