setImageData(_:)
Sets the image for this person to the given data.
Declaration
func setImageData(_ data: Data!) -> BoolParameters
- data:
The image to be set.
Discussion
The data argument must be in a QuickTime-compatible format. Pass nil to specify that there is no image for this person.