Search
Preparing search index...
The search index is not available
@rongcloud/adapter-plugin-rtc - v1.0.9
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@rongcloud/adapter-plugin-rtc - v1.0.9
Stream
Class Stream
Hierarchy
BasicModule
Stream
Index
Constructors
constructor
Properties
audio
video
Methods
add
Publish
Stream
Url
get
publish
remove
Publish
Stream
Url
resize
set
Mix
Config
subscribe
unpublish
unsubscribe
Constructors
constructor
new
Stream
(
options
:
IStreamInitOptions
)
:
Stream
Parameters
options:
IStreamInitOptions
Returns
Stream
Properties
Readonly
audio
audio
:
IAudioNode
Readonly
video
video
:
IVideoNode
Methods
add
Publish
Stream
Url
add
Publish
Stream
Url
(
url
:
string
)
:
Promise
<
void
>
Parameters
url:
string
Returns
Promise
<
void
>
get
get
(
options
:
IGetStreamOptions
)
:
Promise
<
{
mediaStream
:
MediaStream
}
>
Parameters
options:
IGetStreamOptions
Returns
Promise
<
{
mediaStream
:
MediaStream
}
>
publish
publish
(
options
:
{
stream
:
IStreamInfo
}
)
:
Promise
<
{
liveUrl
?:
string
}
>
Parameters
options:
{
stream
:
IStreamInfo
}
stream
:
IStreamInfo
Returns
Promise
<
{
liveUrl
?:
string
}
>
remove
Publish
Stream
Url
remove
Publish
Stream
Url
(
url
:
string
)
:
Promise
<
void
>
Parameters
url:
string
Returns
Promise
<
void
>
resize
resize
(
options
:
IUserRes
<
{
size
:
StreamSize
;
tag
:
string
}
>
)
:
Promise
<
undefined
>
Parameters
options:
IUserRes
<
{
size
:
StreamSize
;
tag
:
string
}
>
Returns
Promise
<
undefined
>
set
Mix
Config
set
Mix
Config
(
options
:
IMCUConfigInfo
)
:
Promise
<
void
>
Parameters
options:
IMCUConfigInfo
Returns
Promise
<
void
>
subscribe
subscribe
(
options
:
ISubLiveOptions
|
IUserRes
<
IResInfo
>
)
:
Promise
<
IUserRes
<
IOutputInfo
>
|
{
mediaStream
:
MediaStream
}
>
Parameters
options:
ISubLiveOptions
|
IUserRes
<
IResInfo
>
Returns
Promise
<
IUserRes
<
IOutputInfo
>
|
{
mediaStream
:
MediaStream
}
>
unpublish
unpublish
(
options
:
{
stream
:
IResInfo
}
)
:
Promise
<
undefined
>
Parameters
options:
{
stream
:
IResInfo
}
stream
:
IResInfo
Returns
Promise
<
undefined
>
unsubscribe
unsubscribe
(
options
?:
IUserRes
<
IResInfo
>
)
:
Promise
<
void
>
Parameters
Optional
options:
IUserRes
<
IResInfo
>
Returns
Promise
<
void
>
Exports
Stream
constructor
audio
video
add
Publish
Stream
Url
get
publish
remove
Publish
Stream
Url
resize
set
Mix
Config
subscribe
unpublish
unsubscribe
Generated using
TypeDoc