Exemplo n.º 1
0
        public override string GetDescription()
        {
            var descriptionBuilder = new StringBuilder();

            descriptionBuilder.Append(base.GetDescription());
            descriptionBuilder.AppendLine($"{MainCamera.ToString()}");
            descriptionBuilder.AppendLine($"{FrontalCamera.ToString()}");
            return(descriptionBuilder.ToString());
        }
Exemplo n.º 2
0
 private void TakeFrontalPhoto(ITakePhoto takePhoto)
 {
     FrontalCamera.TakePhoto(takePhoto);
 }
Exemplo n.º 3
0
 private void MakeVideo(IView view)
 {
     MainCamera.MakeVideo(view);
     FrontalCamera.MakeVideo(view);
 }