Contents

VTSessionSetProperty(_:key:value:)

Sets a property on a VideoToolbox session.

Declaration

func VTSessionSetProperty(_ session: VTSession, key propertyKey: CFString, value propertyValue: CFTypeRef?) -> OSStatus

Discussion

Setting a property value to NULL restores the default value.

Topics

Related Documentation

See Also

Setting Properties