| IMediaDescriptionFactoryGenerateUnicastChannelOffer Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
SyntaxMediaChannelDescription GenerateUnicastChannelOffer(
	MediaType mediaType,
	int port,
	MediaProtocol protocol,
	CommunicationMode commMode
)
Function GenerateUnicastChannelOffer ( 
	mediaType As MediaType,
	port As Integer,
	protocol As MediaProtocol,
	commMode As CommunicationMode
) As MediaChannelDescription
MediaChannelDescription^ GenerateUnicastChannelOffer(
	MediaType mediaType, 
	int port, 
	MediaProtocol protocol, 
	CommunicationMode commMode
)
abstract GenerateUnicastChannelOffer : 
        mediaType : MediaType * 
        port : int * 
        protocol : MediaProtocol * 
        commMode : CommunicationMode -> MediaChannelDescription 
Parameters
- mediaType
 - Type: Ozeki.MediaMediaType
 - port
 - Type: SystemInt32
 - protocol
 - Type: Ozeki.MediaMediaProtocol
 - commMode
 - Type: Ozeki.MediaCommunicationMode
 
Return Value
Type: 
MediaChannelDescription
See Also