PSPDFSoundAnnotationPlayerStyle

Objective-C

enum PSPDFSoundAnnotationPlayerStyle : NSUInteger {}

Swift

@frozen enum SoundAnnotationPlayerStyle : UInt, @unchecked Sendable

Defines the sound player style used for playing back sound annotations.

  • Sound annotation player that is shown directly on the page, above the sound annotation view.

    Declaration

    Objective-C

    PSPDFSoundAnnotationPlayerStyleInline

    Swift

    case inline = 0
  • Sound annotation player that is shown on the bottom of the view, staying even when changing pages.

    Declaration

    Objective-C

    PSPDFSoundAnnotationPlayerStyleBottom

    Swift

    case bottom = 1