Documentation
¶
Index ¶
Constants ¶
View Source
const FilterMethod = "media/filter"
View Source
const InitializeMethod = "initialize/initialize"
View Source
const SinkMethod = "media/sink"
View Source
const SourceMethod = "media/source"
View Source
const TransformMethod = "media/transform"
View Source
const Version = "b2a8d343480cbaf075c93fd47033db7a2f020773"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterParams ¶
type FilterResult ¶
type FilterResult = []bool
type InitializeParams ¶
type InitializeResult ¶
type Request ¶
func NewRequest ¶
type SinkParams ¶
type SinkResult ¶
type SinkResult struct{}
type SourceParams ¶
type SourceParams struct {
State int `json:"state"`
}
type SourceResult ¶
type TransformParams ¶
type TransformResult ¶
Click to show internal directories.
Click to hide internal directories.