| ICodecFactoryManagerGetFmtpValue Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxstring GetFmtpValue(
	MediaType mediaType,
	CodecDescription description
)
Function GetFmtpValue ( 
	mediaType As MediaType,
	description As CodecDescription
) As String
String^ GetFmtpValue(
	MediaType mediaType, 
	CodecDescription^ description
)
abstract GetFmtpValue : 
        mediaType : MediaType * 
        description : CodecDescription -> string 
Parameters
- mediaType
 - Type: Ozeki.MediaMediaType
 - description
 - Type: Ozeki.MediaCodecDescription
 
Return Value
Type: 
String
See Also