hasMediaCharacteristic(_:)
Returns a Boolean value that indicates whether the receiver has media with the given media characteristic.
Declaration
func hasMediaCharacteristic(_ mediaCharacteristic: AVMediaCharacteristic) -> BoolParameters
Return Value
true if the media selection option has media with mediaCharacteristic, otherwise false.