Example #1
0
 public string GetName(PlaybackName type)
 {
     using (var result = device_getName(handle, type))
     {
         return(result.ToString());
     }
 }
Example #2
0
 private static extern WrapString device_getName(IntPtr dm, PlaybackName type);