[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

unused[---,---] constants

(Smalltalk includesKey: #SDKConstants) ifFalse: [
    self error: 'Require SDK (SDKConstants)'
]!

SDKConstants
	subclass: #AVFoundationConstants
	category: #AVFoundation!

! AVFoundationConstants class methodsFor: #private !
validNames
	" Private - Return valid names for constant. "

	^#(
"AV... Constants"
	#AVLayerVideoGravityResize
	#AVLayerVideoGravityResizeAspect
	#AVLayerVideoGravityResizeAspectFill
	)! !