// Code generated by protoc-gen-go. DO NOT EDIT.
// source: autoradio.proto

package autoradio

import (
	fmt "fmt"
	proto "github.com/golang/protobuf/proto"
	math "math"
)

// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf

// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package

type EncodingParams struct {
	SourcePath           string   `protobuf:"bytes,1,opt,name=source_path,json=sourcePath,proto3" json:"source_path,omitempty"`
	Format               string   `protobuf:"bytes,2,opt,name=format,proto3" json:"format,omitempty"`
	BitRate              int32    `protobuf:"varint,3,opt,name=bit_rate,json=bitRate,proto3" json:"bit_rate,omitempty"`
	SampleRate           int32    `protobuf:"varint,4,opt,name=sample_rate,json=sampleRate,proto3" json:"sample_rate,omitempty"`
	Channels             int32    `protobuf:"varint,5,opt,name=channels,proto3" json:"channels,omitempty"`
	StereoMode           string   `protobuf:"bytes,6,opt,name=stereo_mode,json=stereoMode,proto3" json:"stereo_mode,omitempty"`
	Quality              float32  `protobuf:"fixed32,7,opt,name=quality,proto3" json:"quality,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *EncodingParams) Reset()         { *m = EncodingParams{} }
func (m *EncodingParams) String() string { return proto.CompactTextString(m) }
func (*EncodingParams) ProtoMessage()    {}
func (*EncodingParams) Descriptor() ([]byte, []int) {
	return fileDescriptor_84874ab70d5ff1ed, []int{0}
}

func (m *EncodingParams) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_EncodingParams.Unmarshal(m, b)
}
func (m *EncodingParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_EncodingParams.Marshal(b, m, deterministic)
}
func (m *EncodingParams) XXX_Merge(src proto.Message) {
	xxx_messageInfo_EncodingParams.Merge(m, src)
}
func (m *EncodingParams) XXX_Size() int {
	return xxx_messageInfo_EncodingParams.Size(m)
}
func (m *EncodingParams) XXX_DiscardUnknown() {
	xxx_messageInfo_EncodingParams.DiscardUnknown(m)
}

var xxx_messageInfo_EncodingParams proto.InternalMessageInfo

func (m *EncodingParams) GetSourcePath() string {
	if m != nil {
		return m.SourcePath
	}
	return ""
}

func (m *EncodingParams) GetFormat() string {
	if m != nil {
		return m.Format
	}
	return ""
}

func (m *EncodingParams) GetBitRate() int32 {
	if m != nil {
		return m.BitRate
	}
	return 0
}

func (m *EncodingParams) GetSampleRate() int32 {
	if m != nil {
		return m.SampleRate
	}
	return 0
}

func (m *EncodingParams) GetChannels() int32 {
	if m != nil {
		return m.Channels
	}
	return 0
}

func (m *EncodingParams) GetStereoMode() string {
	if m != nil {
		return m.StereoMode
	}
	return ""
}

func (m *EncodingParams) GetQuality() float32 {
	if m != nil {
		return m.Quality
	}
	return 0
}

type Mount struct {
	Path                 string          `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	SourceUsername       string          `protobuf:"bytes,2,opt,name=source_username,json=sourceUsername,proto3" json:"source_username,omitempty"`
	SourcePassword       string          `protobuf:"bytes,3,opt,name=source_password,json=sourcePassword,proto3" json:"source_password,omitempty"`
	RelayUrl             string          `protobuf:"bytes,4,opt,name=relay_url,json=relayUrl,proto3" json:"relay_url,omitempty"`
	FallbackPath         string          `protobuf:"bytes,5,opt,name=fallback_path,json=fallbackPath,proto3" json:"fallback_path,omitempty"`
	Transcode            bool            `protobuf:"varint,6,opt,name=transcode,proto3" json:"transcode,omitempty"`
	TranscodeParams      *EncodingParams `protobuf:"bytes,7,opt,name=transcode_params,json=transcodeParams,proto3" json:"transcode_params,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (m *Mount) Reset()         { *m = Mount{} }
func (m *Mount) String() string { return proto.CompactTextString(m) }
func (*Mount) ProtoMessage()    {}
func (*Mount) Descriptor() ([]byte, []int) {
	return fileDescriptor_84874ab70d5ff1ed, []int{1}
}

func (m *Mount) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_Mount.Unmarshal(m, b)
}
func (m *Mount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_Mount.Marshal(b, m, deterministic)
}
func (m *Mount) XXX_Merge(src proto.Message) {
	xxx_messageInfo_Mount.Merge(m, src)
}
func (m *Mount) XXX_Size() int {
	return xxx_messageInfo_Mount.Size(m)
}
func (m *Mount) XXX_DiscardUnknown() {
	xxx_messageInfo_Mount.DiscardUnknown(m)
}

var xxx_messageInfo_Mount proto.InternalMessageInfo

func (m *Mount) GetPath() string {
	if m != nil {
		return m.Path
	}
	return ""
}

func (m *Mount) GetSourceUsername() string {
	if m != nil {
		return m.SourceUsername
	}
	return ""
}

func (m *Mount) GetSourcePassword() string {
	if m != nil {
		return m.SourcePassword
	}
	return ""
}

func (m *Mount) GetRelayUrl() string {
	if m != nil {
		return m.RelayUrl
	}
	return ""
}

func (m *Mount) GetFallbackPath() string {
	if m != nil {
		return m.FallbackPath
	}
	return ""
}

func (m *Mount) GetTranscode() bool {
	if m != nil {
		return m.Transcode
	}
	return false
}

func (m *Mount) GetTranscodeParams() *EncodingParams {
	if m != nil {
		return m.TranscodeParams
	}
	return nil
}

func init() {
	proto.RegisterType((*EncodingParams)(nil), "autoradio.EncodingParams")
	proto.RegisterType((*Mount)(nil), "autoradio.Mount")
}

func init() { proto.RegisterFile("autoradio.proto", fileDescriptor_84874ab70d5ff1ed) }

var fileDescriptor_84874ab70d5ff1ed = []byte{
	// 329 bytes of a gzipped FileDescriptorProto
	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x92, 0xc1, 0x4e, 0xfa, 0x40,
	0x10, 0xc6, 0x53, 0xfe, 0x14, 0xda, 0xe1, 0x2f, 0x98, 0x3d, 0x98, 0xa2, 0x26, 0x12, 0x3c, 0xc8,
	0x89, 0x83, 0xbe, 0x82, 0x1e, 0x49, 0xc8, 0x26, 0x9c, 0x9b, 0x69, 0xbb, 0x48, 0xe3, 0x76, 0xb7,
	0xee, 0x4e, 0x63, 0x78, 0x0e, 0x5f, 0xcf, 0x87, 0x31, 0x99, 0x96, 0x82, 0xb7, 0x7e, 0xbf, 0xef,
	0x9b, 0xa6, 0xdf, 0x4c, 0x61, 0x86, 0x0d, 0x59, 0x87, 0x45, 0x69, 0xd7, 0xb5, 0xb3, 0x64, 0x45,
	0xdc, 0x83, 0xe5, 0x4f, 0x00, 0xd3, 0x37, 0x93, 0xdb, 0xa2, 0x34, 0xef, 0x5b, 0x74, 0x58, 0x79,
	0xf1, 0x00, 0x13, 0x6f, 0x1b, 0x97, 0xab, 0xb4, 0x46, 0x3a, 0x24, 0xc1, 0x22, 0x58, 0xc5, 0x12,
	0x5a, 0xb4, 0x45, 0x3a, 0x88, 0x1b, 0x18, 0xed, 0xad, 0xab, 0x90, 0x92, 0x01, 0x7b, 0x9d, 0x12,
	0x73, 0x88, 0xb2, 0x92, 0x52, 0x87, 0xa4, 0x92, 0x7f, 0x8b, 0x60, 0x15, 0xca, 0x71, 0x56, 0x92,
	0x44, 0x52, 0xfc, 0x4e, 0xac, 0x6a, 0xad, 0x5a, 0x77, 0xc8, 0x2e, 0xb4, 0x88, 0x03, 0xb7, 0x10,
	0xe5, 0x07, 0x34, 0x46, 0x69, 0x9f, 0x84, 0xec, 0xf6, 0x9a, 0x87, 0x49, 0x39, 0x65, 0xd3, 0xca,
	0x16, 0x2a, 0x19, 0x75, 0x1f, 0xc4, 0x68, 0x63, 0x0b, 0x25, 0x12, 0x18, 0x7f, 0x36, 0xa8, 0x4b,
	0x3a, 0x26, 0xe3, 0x45, 0xb0, 0x1a, 0xc8, 0x93, 0x5c, 0x7e, 0x0f, 0x20, 0xdc, 0xd8, 0xc6, 0x90,
	0x10, 0x30, 0xbc, 0xa8, 0xc3, 0xcf, 0xe2, 0x09, 0x66, 0x5d, 0xd3, 0xc6, 0x2b, 0x67, 0xb0, 0x52,
	0x5d, 0xa3, 0x69, 0x8b, 0x77, 0x1d, 0xbd, 0x08, 0xd6, 0xe8, 0xfd, 0x97, 0x75, 0x05, 0x17, 0xec,
	0x83, 0xdb, 0x8e, 0x8a, 0x3b, 0x88, 0x9d, 0xd2, 0x78, 0x4c, 0x1b, 0xa7, 0xb9, 0x65, 0x2c, 0x23,
	0x06, 0x3b, 0xa7, 0xc5, 0x23, 0x5c, 0xed, 0x51, 0xeb, 0x0c, 0xf3, 0x8f, 0x76, 0xb5, 0x21, 0x07,
	0xfe, 0x9f, 0x20, 0x2f, 0xf7, 0x1e, 0x62, 0x72, 0x68, 0x7c, 0x7e, 0xaa, 0x1a, 0xc9, 0x33, 0x10,
	0xaf, 0x70, 0xdd, 0x8b, 0xb4, 0xe6, 0x7b, 0x71, 0xe5, 0xc9, 0xf3, 0x7c, 0x7d, 0xbe, 0xf2, 0xdf,
	0x83, 0xca, 0x59, 0x3f, 0xd2, 0x82, 0x6c, 0xc4, 0xbf, 0xc1, 0xcb, 0x6f, 0x00, 0x00, 0x00, 0xff,
	0xff, 0x79, 0x82, 0xae, 0x17, 0x19, 0x02, 0x00, 0x00,
}