commonMain.hiveline.stream.StreamlineClient.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-entities Show documentation
Show all versions of proto-entities Show documentation
KMP package which exports compiled protobuf entities to be used by other repos
// 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
}