WebMStreamClient Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public WebMStreamClient(
OpusAudioEventRaiser opus,
VP8VideoEventRaiser vp8,
OzConnHostTCPClient client,
string header
)
Public Sub New (
opus As OpusAudioEventRaiser,
vp8 As VP8VideoEventRaiser,
client As OzConnHostTCPClient,
header As String
)
public:
WebMStreamClient(
OpusAudioEventRaiser^ opus,
VP8VideoEventRaiser^ vp8,
OzConnHostTCPClient^ client,
String^ header
)
new :
opus : OpusAudioEventRaiser *
vp8 : VP8VideoEventRaiser *
client : OzConnHostTCPClient *
header : string -> WebMStreamClient
Parameters
- opus
- Type: Ozeki.MediaOpusAudioEventRaiser
- vp8
- Type: Ozeki.MediaVP8VideoEventRaiser
- client
- Type: OzConnHostTCPClient
- header
- Type: SystemString
See Also