11# @param speaker_id (string) this is the 'id' name given to the speaker in the TRS file (eg. 'spk1', 'spk2', etc.)
12# @param speaker_codeinfo (CodeInfo) A CodeInfo object (code-encapsulating object with info from the DB speaker_codes table) corresponding to this Speaker's LENA speaker code
31## Checks if this speaker has a particular property (properties include being media, being overlapping, or being non-verbal noise)
32# @param self
33# @param prop (int) the property to check for. This should be one of the options from the enum DBConstants.SPEAKER_PROPS. See BLLDatabase._get_speaker_props_enum() for possible options.