StreamPack
Toggle table of contents
3.1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.endpoints
/
IEndpointInternal
/
Factory
Factory
interface
Factory
(
source
)
A factory to build an
IEndpointInternal
.
Inheritors
CombineEndpointFactory
DualEndpointFactory
DynamicEndpointFactory
DynamicLocalEndpointFactory
MediaMuxerEndpointFactory
CompositeEndpointFactory
Members
Functions
create
Link copied to clipboard
abstract
fun
create
(
context
:
Context
,
dispatcherProvider
:
IDispatcherProvider
)
:
IEndpointInternal
Creates an
IEndpointInternal
instance.