MediaPortal.Video.Database.IMDBMovie.ResetMediaInfoProperties C# (CSharp) Method

ResetMediaInfoProperties() private method

private ResetMediaInfoProperties ( ) : void
return void
    private void ResetMediaInfoProperties()
    {
      GUIPropertyManager.SetProperty("#VideoMediaSource", string.Empty);
      GUIPropertyManager.SetProperty("#VideoCodec", string.Empty);
      GUIPropertyManager.SetProperty("#VideoResolution", string.Empty);
      GUIPropertyManager.SetProperty("#AudioCodec", string.Empty);
      GUIPropertyManager.SetProperty("#AudioChannels", string.Empty);
      GUIPropertyManager.SetProperty("#HasSubtitles", "false");
      GUIPropertyManager.SetProperty("#AspectRatio", string.Empty);
    }