Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Format_name = map[int32]string{ 0: "Unknown", 1: "MUSIC_MODEL", 2: "BWW", 3: "MUSIC_XML", 4: "ABC", } Format_value = map[string]int32{ "Unknown": 0, "MUSIC_MODEL": 1, "BWW": 2, "MUSIC_XML": 3, "ABC": 4, } )
Enum value maps for Format.
View Source
var File_plugin_v1_fileformat_fileformat_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Format ¶
type Format int32
Format of the file. This means the file format of the music data. Every file format may be stored with different file extensions. E.g. Bagpipe Music Writer Gold files are stored with the extension .bww or .bmw.
func (Format) Descriptor ¶
func (Format) Descriptor() protoreflect.EnumDescriptor
func (Format) EnumDescriptor
deprecated
func (Format) Number ¶
func (x Format) Number() protoreflect.EnumNumber
func (Format) Type ¶
func (Format) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.