Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PeerConnection ¶
type PeerConnection struct {
// contains filtered or unexported fields
}
type Pipeline ¶
type Pipeline struct { Pipeline *C.GstElement PCs []PeerConnection }
Pipeline is a wrapper for a GStreamer Pipeline
func CreatePipeline ¶
func CreatePipeline(containerPath string, pcs []PeerConnection) *Pipeline
CreatePipeline creates a GStreamer Pipeline func CreatePipeline(containerPath string, audioTrack, videoTrack *webrtc.Track) *Pipeline {
func (*Pipeline) SeekToTime ¶
SeekToTime seeks on the pipeline
Click to show internal directories.
Click to hide internal directories.