@mpeggroup/mpeg-sdl-parser
    Preparing search index...

    Enumeration StringVariableKind

    Enum representing the kinds of string variables.

    Index
    BASE64: 4

    Represents a Base64 encoded string variable.

    UTF: 2

    Represents a UTF string variable.

    UTF16: 1

    Represents a UTF-16 string variable.

    UTF8: 0

    Represents a UTF-8 string variable.

    UTF8_LIST: 3

    Represents a list of UTF-8 string variables.