TIWCGJQPlayerMediaType Enumeration

Represents type TIWCGJQPlayerMediaType.

Namespace: IWCGJQPlayer
type
 TIWCGJQPlayerMediaType = (jqpmtVideoMP4,jqpmtVideoWebM,jqpmtVideoOGV,jqpmtAudioMP3,jqpmtAudioOGA,jqpmtAudioWav);

The TIWCGJQPlayerMediaType type exposes the following members.

Show:
 NameDescription
jqpmtAudioMP3

Represents constant jqpmtAudioMP3.

jqpmtAudioOGA

Represents constant jqpmtAudioOGA.

jqpmtAudioWav

Represents constant jqpmtAudioWav.

jqpmtVideoMP4

Represents constant jqpmtVideoMP4.

jqpmtVideoOGV

Represents constant jqpmtVideoOGV.

jqpmtVideoWebM

Represents constant jqpmtVideoWebM.

Top