mirror of https://bitbucket.org/ausocean/av.git
Created go AVal struct
This commit is contained in:
parent
91edd77b52
commit
3b33d1f050
|
@ -180,6 +180,11 @@ type RTMP_METHOD struct {
|
|||
num int
|
||||
}
|
||||
|
||||
type AVal struct {
|
||||
av_val *byte
|
||||
av_len int
|
||||
}
|
||||
|
||||
var _ Session = (*session)(nil)
|
||||
|
||||
// NewSession returns a new session.
|
||||
|
|
Loading…
Reference in New Issue