value property
int
get
value
Implementation
int get value {
switch (this) {
case PMDarwinAVFileType.mov:
return 1;
case PMDarwinAVFileType.mp4:
return 2;
case PMDarwinAVFileType.m4v:
return 3;
case PMDarwinAVFileType.m4a:
return 4;
case PMDarwinAVFileType.$3gp:
return 5;
case PMDarwinAVFileType.$3gp2:
return 6;
case PMDarwinAVFileType.caf:
return 7;
case PMDarwinAVFileType.wav:
return 8;
case PMDarwinAVFileType.aif:
return 9;
case PMDarwinAVFileType.aifc:
return 10;
case PMDarwinAVFileType.amr:
return 11;
case PMDarwinAVFileType.mp3:
return 12;
case PMDarwinAVFileType.au:
return 13;
case PMDarwinAVFileType.ac3:
return 14;
case PMDarwinAVFileType.eac3:
return 15;
}
}