Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Connection ¶
type Connection struct { SessionId string // contains filtered or unexported fields }
func NewConnection ¶
func NewConnection(host string) *Connection
func (*Connection) Create ¶
func (c *Connection) Create(m IMediaObject, options map[string]interface{})
func (*Connection) Request ¶
func (c *Connection) Request(req map[string]interface{}) <-chan Response
type IMediaObject ¶
type IMediaObject interface { // Each media object should be able to create another object // Those options are sent to getConstructorParams Create(IMediaObject, map[string]interface{}) //Implement Stringer String() string // contains filtered or unexported methods }
IMadiaElement implements some basic methods as getConstructorParams or Create().
Notes ¶
Bugs ¶
a recursion happends while testing, I must find why
Click to show internal directories.
Click to hide internal directories.