class VideoCodecProfile

Defines the video codec profile.

Learn more: Video codec settings

Methods

baseline()

Video codec profile baseline.

main()

Video codec profile main.

high()

Video codec profile high.

Details

static string baseline()

Video codec profile baseline.

Return Value

string

static string main()

Video codec profile main.

Return Value

string

static string high()

Video codec profile high.

Return Value

string

Constants

BASELINE

MAIN

HIGH