mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 08:40:29 +00:00
121 lines
6.2 KiB
Go
121 lines
6.2 KiB
Go
// Code generated by msgraph.go/gen DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// MiracastChannel undocumented
|
|
type MiracastChannel string
|
|
|
|
const (
|
|
// MiracastChannelVUserDefined undocumented
|
|
MiracastChannelVUserDefined MiracastChannel = "userDefined"
|
|
// MiracastChannelVOne undocumented
|
|
MiracastChannelVOne MiracastChannel = "one"
|
|
// MiracastChannelVTwo undocumented
|
|
MiracastChannelVTwo MiracastChannel = "two"
|
|
// MiracastChannelVThree undocumented
|
|
MiracastChannelVThree MiracastChannel = "three"
|
|
// MiracastChannelVFour undocumented
|
|
MiracastChannelVFour MiracastChannel = "four"
|
|
// MiracastChannelVFive undocumented
|
|
MiracastChannelVFive MiracastChannel = "five"
|
|
// MiracastChannelVSix undocumented
|
|
MiracastChannelVSix MiracastChannel = "six"
|
|
// MiracastChannelVSeven undocumented
|
|
MiracastChannelVSeven MiracastChannel = "seven"
|
|
// MiracastChannelVEight undocumented
|
|
MiracastChannelVEight MiracastChannel = "eight"
|
|
// MiracastChannelVNine undocumented
|
|
MiracastChannelVNine MiracastChannel = "nine"
|
|
// MiracastChannelVTen undocumented
|
|
MiracastChannelVTen MiracastChannel = "ten"
|
|
// MiracastChannelVEleven undocumented
|
|
MiracastChannelVEleven MiracastChannel = "eleven"
|
|
// MiracastChannelVThirtySix undocumented
|
|
MiracastChannelVThirtySix MiracastChannel = "thirtySix"
|
|
// MiracastChannelVForty undocumented
|
|
MiracastChannelVForty MiracastChannel = "forty"
|
|
// MiracastChannelVFortyFour undocumented
|
|
MiracastChannelVFortyFour MiracastChannel = "fortyFour"
|
|
// MiracastChannelVFortyEight undocumented
|
|
MiracastChannelVFortyEight MiracastChannel = "fortyEight"
|
|
// MiracastChannelVOneHundredFortyNine undocumented
|
|
MiracastChannelVOneHundredFortyNine MiracastChannel = "oneHundredFortyNine"
|
|
// MiracastChannelVOneHundredFiftyThree undocumented
|
|
MiracastChannelVOneHundredFiftyThree MiracastChannel = "oneHundredFiftyThree"
|
|
// MiracastChannelVOneHundredFiftySeven undocumented
|
|
MiracastChannelVOneHundredFiftySeven MiracastChannel = "oneHundredFiftySeven"
|
|
// MiracastChannelVOneHundredSixtyOne undocumented
|
|
MiracastChannelVOneHundredSixtyOne MiracastChannel = "oneHundredSixtyOne"
|
|
// MiracastChannelVOneHundredSixtyFive undocumented
|
|
MiracastChannelVOneHundredSixtyFive MiracastChannel = "oneHundredSixtyFive"
|
|
)
|
|
|
|
var (
|
|
// MiracastChannelPUserDefined is a pointer to MiracastChannelVUserDefined
|
|
MiracastChannelPUserDefined = &_MiracastChannelPUserDefined
|
|
// MiracastChannelPOne is a pointer to MiracastChannelVOne
|
|
MiracastChannelPOne = &_MiracastChannelPOne
|
|
// MiracastChannelPTwo is a pointer to MiracastChannelVTwo
|
|
MiracastChannelPTwo = &_MiracastChannelPTwo
|
|
// MiracastChannelPThree is a pointer to MiracastChannelVThree
|
|
MiracastChannelPThree = &_MiracastChannelPThree
|
|
// MiracastChannelPFour is a pointer to MiracastChannelVFour
|
|
MiracastChannelPFour = &_MiracastChannelPFour
|
|
// MiracastChannelPFive is a pointer to MiracastChannelVFive
|
|
MiracastChannelPFive = &_MiracastChannelPFive
|
|
// MiracastChannelPSix is a pointer to MiracastChannelVSix
|
|
MiracastChannelPSix = &_MiracastChannelPSix
|
|
// MiracastChannelPSeven is a pointer to MiracastChannelVSeven
|
|
MiracastChannelPSeven = &_MiracastChannelPSeven
|
|
// MiracastChannelPEight is a pointer to MiracastChannelVEight
|
|
MiracastChannelPEight = &_MiracastChannelPEight
|
|
// MiracastChannelPNine is a pointer to MiracastChannelVNine
|
|
MiracastChannelPNine = &_MiracastChannelPNine
|
|
// MiracastChannelPTen is a pointer to MiracastChannelVTen
|
|
MiracastChannelPTen = &_MiracastChannelPTen
|
|
// MiracastChannelPEleven is a pointer to MiracastChannelVEleven
|
|
MiracastChannelPEleven = &_MiracastChannelPEleven
|
|
// MiracastChannelPThirtySix is a pointer to MiracastChannelVThirtySix
|
|
MiracastChannelPThirtySix = &_MiracastChannelPThirtySix
|
|
// MiracastChannelPForty is a pointer to MiracastChannelVForty
|
|
MiracastChannelPForty = &_MiracastChannelPForty
|
|
// MiracastChannelPFortyFour is a pointer to MiracastChannelVFortyFour
|
|
MiracastChannelPFortyFour = &_MiracastChannelPFortyFour
|
|
// MiracastChannelPFortyEight is a pointer to MiracastChannelVFortyEight
|
|
MiracastChannelPFortyEight = &_MiracastChannelPFortyEight
|
|
// MiracastChannelPOneHundredFortyNine is a pointer to MiracastChannelVOneHundredFortyNine
|
|
MiracastChannelPOneHundredFortyNine = &_MiracastChannelPOneHundredFortyNine
|
|
// MiracastChannelPOneHundredFiftyThree is a pointer to MiracastChannelVOneHundredFiftyThree
|
|
MiracastChannelPOneHundredFiftyThree = &_MiracastChannelPOneHundredFiftyThree
|
|
// MiracastChannelPOneHundredFiftySeven is a pointer to MiracastChannelVOneHundredFiftySeven
|
|
MiracastChannelPOneHundredFiftySeven = &_MiracastChannelPOneHundredFiftySeven
|
|
// MiracastChannelPOneHundredSixtyOne is a pointer to MiracastChannelVOneHundredSixtyOne
|
|
MiracastChannelPOneHundredSixtyOne = &_MiracastChannelPOneHundredSixtyOne
|
|
// MiracastChannelPOneHundredSixtyFive is a pointer to MiracastChannelVOneHundredSixtyFive
|
|
MiracastChannelPOneHundredSixtyFive = &_MiracastChannelPOneHundredSixtyFive
|
|
)
|
|
|
|
var (
|
|
_MiracastChannelPUserDefined = MiracastChannelVUserDefined
|
|
_MiracastChannelPOne = MiracastChannelVOne
|
|
_MiracastChannelPTwo = MiracastChannelVTwo
|
|
_MiracastChannelPThree = MiracastChannelVThree
|
|
_MiracastChannelPFour = MiracastChannelVFour
|
|
_MiracastChannelPFive = MiracastChannelVFive
|
|
_MiracastChannelPSix = MiracastChannelVSix
|
|
_MiracastChannelPSeven = MiracastChannelVSeven
|
|
_MiracastChannelPEight = MiracastChannelVEight
|
|
_MiracastChannelPNine = MiracastChannelVNine
|
|
_MiracastChannelPTen = MiracastChannelVTen
|
|
_MiracastChannelPEleven = MiracastChannelVEleven
|
|
_MiracastChannelPThirtySix = MiracastChannelVThirtySix
|
|
_MiracastChannelPForty = MiracastChannelVForty
|
|
_MiracastChannelPFortyFour = MiracastChannelVFortyFour
|
|
_MiracastChannelPFortyEight = MiracastChannelVFortyEight
|
|
_MiracastChannelPOneHundredFortyNine = MiracastChannelVOneHundredFortyNine
|
|
_MiracastChannelPOneHundredFiftyThree = MiracastChannelVOneHundredFiftyThree
|
|
_MiracastChannelPOneHundredFiftySeven = MiracastChannelVOneHundredFiftySeven
|
|
_MiracastChannelPOneHundredSixtyOne = MiracastChannelVOneHundredSixtyOne
|
|
_MiracastChannelPOneHundredSixtyFive = MiracastChannelVOneHundredSixtyFive
|
|
)
|