Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MediaStatGatherer ¶ added in v1.3.0
type MediaStatGatherer interface {
GatherStats(ctx context.Context) (*ipc.MediaStats, error)
}
type MediaStatsUpdater ¶ added in v1.3.0
type MediaStatsUpdater interface {
UpdateMediaStats(ctx context.Context, stats *ipc.MediaStats) error
}
type SessionAPI ¶ added in v1.1.0
type StreamKind ¶
type StreamKind string
const ( Audio StreamKind = "audio" Video StreamKind = "video" Interleaved StreamKind = "interleaved" Unknown StreamKind = "unknown" )
Click to show internal directories.
Click to hide internal directories.