| IMediaChannelFactoryCreateChannel Method  | 
            A megadott információk alapján visszad egy channelt
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
SyntaxIMediaChannel CreateChannel(
	string localAddress,
	MediaType mediaType,
	MediaProtocol mediaProtocol,
	int localRtpPort
)
Function CreateChannel ( 
	localAddress As String,
	mediaType As MediaType,
	mediaProtocol As MediaProtocol,
	localRtpPort As Integer
) As IMediaChannel
IMediaChannel^ CreateChannel(
	String^ localAddress, 
	MediaType mediaType, 
	MediaProtocol mediaProtocol, 
	int localRtpPort
)
abstract CreateChannel : 
        localAddress : string * 
        mediaType : MediaType * 
        mediaProtocol : MediaProtocol * 
        localRtpPort : int -> IMediaChannel 
Parameters
- localAddress
 - Type: SystemString
 - mediaType
 - Type: Ozeki.MediaMediaType
 - mediaProtocol
 - Type: Ozeki.MediaMediaProtocol
 - localRtpPort
 - Type: SystemInt32
 
Return Value
Type: 
IMediaChannel
See Also