Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device interface {
Play(ctx context.Context, streamURL *url.URL, contentType string) error
Close() error
Connect() error
SupportedContentTypes() []string
}
Device is the interface for all casting devices.
Click to show internal directories.
Click to hide internal directories.