| H264VideoFormatGetSupportedVideoFormats Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static List<VideoFormat> GetSupportedVideoFormats(
	H264Profile profile,
	int level,
	int maxBitrate,
	int maxFrameSize,
	int maxDecodingSpeed,
	VideoQuality quality
)
Public Shared Function GetSupportedVideoFormats ( 
	profile As H264Profile,
	level As Integer,
	maxBitrate As Integer,
	maxFrameSize As Integer,
	maxDecodingSpeed As Integer,
	quality As VideoQuality
) As List(Of VideoFormat)
public:
static List<VideoFormat^>^ GetSupportedVideoFormats(
	H264Profile profile, 
	int level, 
	int maxBitrate, 
	int maxFrameSize, 
	int maxDecodingSpeed, 
	VideoQuality quality
)
static member GetSupportedVideoFormats : 
        profile : H264Profile * 
        level : int * 
        maxBitrate : int * 
        maxFrameSize : int * 
        maxDecodingSpeed : int * 
        quality : VideoQuality -> List<VideoFormat> 
Parameters
- profile
 - Type: Ozeki.MediaH264Profile
 - level
 - Type: SystemInt32
 - maxBitrate
 - Type: SystemInt32
 - maxFrameSize
 - Type: SystemInt32
 - maxDecodingSpeed
 - Type: SystemInt32
 - quality
 - Type: Ozeki.MediaVideoQuality
 
Return Value
Type: 
ListVideoFormat
See Also