videoDmaDrmFourccToString

Returns a string containing drm kind format, such as NV12:0x0100000000000002, or NULL otherwise.

string
videoDmaDrmFourccToString
(
uint fourcc
,
ulong modifier
)

Parameters

fourcc uint

a drm fourcc value.

modifier ulong

the associated modifier value.

Return Value

Type: string

the drm kind string composed of to fourcc and modifier.