xbox game bar 녹화관련 질문입니다 (2024)

기타/주변기기 게시판 - 프린터, 복합기, 케이블류, 게이밍체어, VR, 블랙박스... 아무거나 다
  • 공지 퀘이사존 전체 게시판 공통 규정(23.10.31)

    xbox game bar 녹화관련 질문입니다 (1) 퀘이사존

    3.6k

    11-08

댓글: 0

').appendTo(document.body);gifencBg = $(".gif-encoding-background");}if(gifenc.length == 0){jQuery('

xbox game bar 녹화관련 질문입니다 (4)

GIF 파일 최적화중..
잠시만 기다려주세요.

').appendTo(document.body);gifenc = $(".gif-encoding");}gifenc.show();gifencBg.show();var edDivX = edDivEl.offset().left;var edDivY = edDivEl.offset().top;gifencBg.css("top",edDivY);gifencBg.css("left",edDivX);gifencBg.css("width",edDivEl.outerWidth());gifencBg.css("height",edDivEl.outerHeight());var scTop = $(window).scrollTop();var gifencTop = edDivY+((edDivEl.height()-gifenc.height())/2);var gifencLeft = edDivX+((edDivEl.width()-gifenc.width())/2);gifenc.css("top",gifencTop);gifenc.css("left",gifencLeft);}function hideGifEnc(){var gifenc = $(".gif-encoding");var gifencBg = $(".gif-encoding-background");gifenc.hide();gifencBg.hide();}

이미지 업로드

'); } $("#ajax-reply-list .cider-complete-wrap").append(html_build); } else if(type == 'best') { if ($("#ajax-reply-list .best-comment-wrap").length < 1) { $("#ajax-reply-list").append('

'); } $("#ajax-reply-list .best-comment-wrap").append(html_build); } else{ $("#ajax-reply-list").append(html_build); } var commentEl = "#comment"+ajaxdata[i].id $(commentEl + "cider").find(".content-view-ok").html(ajaxdata[i].content); $(commentEl + "best").find(".content-view-ok").html(ajaxdata[i].content); $(commentEl).find(".content-view-ok").html(ajaxdata[i].content); changeGoodButtonIcon(ajaxdata[i].is_good, $(commentEl + "cider").find('.top-util-area').find('#goodButton')) changeGoodButtonIcon(ajaxdata[i].is_good, $(commentEl + "best").find('.top-util-area').find('#goodButton')) changeGoodButtonIcon(ajaxdata[i].is_good, $(commentEl).find('.top-util-area').find('#goodButton')) function changeGoodButtonIcon(isGood, el) { if (isGood) { el.removeClass('no'); } else { el.addClass('no') } } } goodButtonInit() } } function drawReply(type, data) { var html = ""; var dataIdName = data.id if(type!="common" && type != 2) { dataIdName += type } if (type == 2) { html += '

  • '; } else { html += '
  • '; } html += '

    '; if(data.isVan) { html += '

    '; html += '

    '; // 1 html += '

    '; html += '

    '; html += '
  • '; return html; } html += '

    '; if(!data.user_profile) { html += ''; } else { html += 'xbox game bar 녹화관련 질문입니다 (5)'; } html += '

    '; if(data.is_writer) { html += '

    글쓴이

    '; } html += '

    '; html += '

    '; if(type == 2) { html += '

    '; } else { html += '

    '; } if(data.user_as_level) { html += 'xbox game bar 녹화관련 질문입니다 (6)'; } html += data.user_nick; html += '

    '; html += '

    '; if(type == 'best') { html += '베스트 댓글'; } if (!extra_1 || extra_1 =='') { //현재 글의 게시자가 본인이고, 댓글 쓴사람이 본인이 아닌 경우 사이다 채택 버튼 보이기 var cider_flag = false; if(cider_flag) { html += ''; } }else if(extra_1 == data.id){ if(type != 'common') html += ''; html += ' 사이다 채택'; if(type != 'common') html += ''; } html += '

    '; html += '

    '; html += '' + data.reg_at + ''; html += '

    '; html += '

    '; html += '

    '; if (type == 2) { html += '

    '; html += ' @' + data.as_re_name + ''; } else if (type == 'best' || type == 'cider') { if (data.as_re_name != '') { html += '

    '; html += ' @' + data.as_re_name + ''; } } if(data.as_shingo < 0) { html += addBlindIcon(data.id) } else { html += '

    '; // 3 } if(data.as_lucky > 0){ html += '

    축하합니다! 행운 포인트 ' + data.as_lucky + '점을 획득하였습니다.

    '; } html += '

    '; html += '

    '; html += '

    '; html += '

    '; html += '

    '; html += ''; return html; } function addBlindIcon(id) { return '

    ' + ' 블라인드 처리된 댓글입니다.' + '

    '; } function clearCommentHtml() { $("#ajax-reply-list").empty(); } function showReply(comment, id) { if(id) { if($("#replay_all_btn" + id).hasClass('open')) { $(".comment_reply" + id).show(); $("#replay_all_btn" + id).html("답글 접기"); $("#replay_all_btn" + id).removeClass("open"); $("#replay_all_btn" + id).addClass("replay-all-close"); } else { cancelComment() $(".comment_reply" + id).remove(); $("#replay_all_btn" + id).html("답글 전체보기"); $("#replay_all_btn" + id).addClass("open"); $("#replay_all_btn" + id).removeClass("replay-all-close"); } } } var goodClick = true; function goodButtonInit() { $(".goodButton, .noGoodButton").not('.init').on('click', function(e) { if(goodClick == true){ goodClick = false; var $tx; if($(this).hasClass("goodButton")) { $tx = "good"; } else { $tx = "nogood"; } excuteGood(this.href, $(this), $tx); setTimeout(function(){ goodClick = true; }, 1500); return false; } else { return false; } }).not('.init').on('dblclick', function(e) {e.preventDefault();}); $(".goodButton, .noGoodButton").addClass('init') } function showReplyAll() { if($('.comment-btn.open').length > 0){ $('.comment-btn.open').each(function () { var id = $(this).attr('data-id') var row = $(this).attr('data-row') var comment = $(this).attr('data-comment') showReply(comment, id, row) }) } }

    퀘이사존-전 우주급 커뮤니티: 우주의 시작부터 끝까지

    퀘이사존 로그인

    아이디·비밀번호 찾기 회원가입

    질문/토론

    조립/견적

    • PC조립/견적

    게임/모바일

    • 스팀/PC게임
    • 플스/엑박/스위치
    • 모바일/스마트폰
    • 노트북/태블릿PC

    가전

    • 가전제품/TV

    PC컴포넌트

    • CPU/메인보드/램
    • 그래픽카드
    • 오버클록/언더볼팅
    • 케이스
    • 커스텀수랭/튜닝
    • 공랭/수랭쿨러
    • SSD/HDD/USB
    • 파워서플라이
    • 키보드/마우스
    • 하이파이 •
    • 게이밍오디오
    • 모니터
    • 네트워크/인터넷
    • OS/소프트웨어
    • 기타/주변기기
    기타/주변기기 BEST(추천순)
    • 1 USB type B는 쓰는 이유가 뭔가요 4
    • 2 아들이 멀 만졌는지 모르겠는데 1
    • 3 케이블 이름 뭔가요?ㅠ 2
    • 4 USB허브가 C타입이면 생기는 장점이 따로 있을까요? 4
    • 5 USB마이크를 매번 뺐다 꽂아야 인식하는데 왜이럴까요 6
    • 6 프린터 스캔 설정방법 4
    • 7 터틀비치 스텔스 울트라 게임패드 0
    • 8 이거 마이크세트좋나요 ㅠㅠ 0
    • 9 시스템 팬 연결 3
    • 10 멀티허브 추천 0

    출석체크 구독하기

    퀘이사존을 다양한 미디어에서 만나보세요

    • xbox game bar 녹화관련 질문입니다 (38)
    • xbox game bar 녹화관련 질문입니다 (39)
    • xbox game bar 녹화관련 질문입니다 (40)
    • xbox game bar 녹화관련 질문입니다 (41)

    최신 공식 기사

    메시 패턴 케이블의 올-화이트 ATX 3.1 1300W 파워 195 120 Hz 사무용 모니터 등장, USB-C도 된다고? 149 해상도와 주사율, 둘 다 포기할 수 없다! 85 단 하나의 쿨링팬만 달린 그래픽카드 34

    투표 참여자 보기

    ') $tmp.find('span').text(e.nick) $tmp.find('img').attr('src', e.img_path) $tmp.find('.user-nick-wrap').attr('data-id', e.data_id) $tmp.find('.user-nick-wrap').attr('data-row', e.data_row) $list.append($tmp) }) $pop.addClass('active') userNickWrapReInit(); drawVotePagination(index, count, data); } function drawVotePagination(index, count, data) { $(".voter-popup-area .paging-wrap").empty(); var currentPage = data.current_page; var firstPage = 1; var lastPage = data.last_page; var offset = parseInt(currentPage / 5); var remain = currentPage % 5; var pagingStartNum = remain == 0 ? (offset - 1) * 5 + 1 : offset * 5 + 1; var pagingLastNum = pagingStartNum + 4; if (pagingLastNum > lastPage) { pagingLastNum = lastPage; } var prevPage = pagingStartNum - 5; if (prevPage < 0) { var prevPage = 1; } if (nextPage > lastPage) { var nextPage = pagingLastNum } else { var nextPage = pagingLastNum + 1; } if (lastPage == 1) { $('.voter-popup-area').find('.paging-wrap').remove('.paging-wrap'); } else { var tag = ''; tag += '

    '; if (currentPage == 1) { tag += '이전'; } else { tag += '이전'; } tag += '

      '; for (var i = pagingStartNum; i <= pagingLastNum; i++) { if (currentPage == i) { tag += '
    • ' + i + '
    • '; } else { tag += '
    • ' + i + '
    • '; } } tag += '

    '; if (pagingLastNum == lastPage) { tag += '다음'; } else { tag += '다음'; } tag += '

    '; } $(".voter-popup-area .paging-wrap").append(tag); } function closeVoteListPop() { var $pop = $('.voter-popup-wrap') $pop.removeClass('active') }

    xbox game bar 녹화관련 질문입니다 (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Mr. See Jast

    Last Updated:

    Views: 6135

    Rating: 4.4 / 5 (55 voted)

    Reviews: 86% of readers found this page helpful

    Author information

    Name: Mr. See Jast

    Birthday: 1999-07-30

    Address: 8409 Megan Mountain, New Mathew, MT 44997-8193

    Phone: +5023589614038

    Job: Chief Executive

    Hobby: Leather crafting, Flag Football, Candle making, Flying, Poi, Gunsmithing, Swimming

    Introduction: My name is Mr. See Jast, I am a open, jolly, gorgeous, courageous, inexpensive, friendly, homely person who loves writing and wants to share my knowledge and understanding with you.