H264ProfileExFromHexProfileId Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static H264Profile FromHexProfileId(
string hexProfile
)
Public Shared Function FromHexProfileId (
hexProfile As String
) As H264Profile
public:
static H264Profile FromHexProfileId(
String^ hexProfile
)
static member FromHexProfileId :
hexProfile : string -> H264Profile
Parameters
- hexProfile
- Type: SystemString
Return Value
Type:
H264ProfileSee Also