> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LocalizeXma2Format

> LocalizeXma2Format

# LocalizeXma2Format

현재 플랫폼의 바이트 순서 규칙(리틀 엔디안 또는 빅 엔디안)을 준수하도록 `XMA2WAVEFORMATEX` 구조체를 그 자리에서 수정합니다.

## 구문

```cpp theme={null}
HRESULT LocalizeXma2Format(  
         XMA2WAVEFORMATEX* pXma2Format  
)  
```

### 매개 변수

*pXma2Format*   \_Inout\_\
형식: [XMA2WAVEFORMATEX\*](/reference/audio/xma2defs/structs/xma2waveformatex)

업데이트할 XMA2WAVEFORMATEX 구조체에 대한 포인터입니다.

### 반환 값

형식: HRESULT

성공 시 `S_OK` 또는 오류 시 `E_FAIL` 코드입니다.

## 설명

현재 플랫폼의 바이트 순서 규칙(리틀 엔디안 또는 빅 엔디안)을 준수하도록 `XMA2WAVEFORMATEX` 구조체를 그 자리에서 수정하는 인라인 함수입니다. XMA2에 대한 자세한 내용은 [XMA2 개요](/build/console-features/audio/overviews/xma2-overview)를 참조하세요. XBOX One의 오디오 아키텍처 개요는 **The sound of the future**: [The audio architecture in XBOX One](/build/console-features/audio/overviews/xbox-one-audio-architecture)을 참조하세요.

## 요구 사항

**헤더:** xma2defs.h

**지원 플랫폼:** XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 관련 항목

[xma2defs](/reference/audio/xma2defs/xma2defs_members)


## Related topics

- [XMA2Defs](/ko/reference/audio/xma2defs/xma2defs_members.md)
- [XAudio2XMAEncoder](/ko/build/console-features/audio/tools/xma2encoder/methods/xaudio2xmaencoder-xmaencoder-xbox-microsoft-m.md)
- [XMA2 개요](/ko/build/console-features/audio/overviews/xma2-overview.md)
- [XMA2 인코더 도구](/ko/build/console-features/audio/tools/xma2encodertool.md)
- [XMA2 인코더 참조 정보](/ko/build/console-features/audio/tools/xma2encoder/atoc-xmaencoder.md)
