public static AudioComponent FindComponent(AudioTypePanner panner)
 {
     return(FindComponent(AudioComponentDescription.CreatePanner(panner)));
 }