Contents

VTSessionCopySerializableProperties(_:allocator:dictionaryOut:)

Retrieves the set of serializable property keys and their current values.

Declaration

func VTSessionCopySerializableProperties(_ session: VTSession, allocator: CFAllocator?, dictionaryOut: UnsafeMutablePointer<CFDictionary?>) -> OSStatus

Parameters

  • session:

    The session object.

  • allocator:

    An allocator suitable for use when copying property values.

  • dictionaryOut:

    A pointer to the properties dictionary.

Discussion

The serializable properties are those which can be saved and applied to a different session. The caller must release the returned dictionary.

See Also

Getting Properties