IMFASFProfile 인터페이스(wmcontainer.h)

ASF(Advanced Systems Format) 프로필을 관리합니다. 프로필은 ASF 파일에 포함될 스트림의 구성을 설명하는 정보 컬렉션입니다. 스트림 간의 관계에 대한 정보도 프로필에 포함됩니다.

IMFASFProfile 인터페이스는 모든 ASF 프로필 개체에 대해 존재합니다. ASF 프로필 개체를 만들려면 MFCreateASFProfile 또는 MFCreateASFProfileFromPresentationDescriptor를 호출합니다.

상속

IMFASFProfile 인터페이스는 IMFAttributes에서 상속됩니다. IMFASFProfile 에는 다음과 같은 유형의 멤버도 있습니다.

메서드

IMFASFProfile 인터페이스에는 이러한 메서드가 있습니다.

 
IMFASFProfile::AddMutualExclusion

구성된 ASF(Advanced Systems Format) 상호 제외 개체를 프로필에 추가합니다.
IMFASFProfile::AddStreamPrioritization

IMFASFProfile::AddStreamPrioritization 메서드
IMFASFProfile::Clone

Advanced Systems Format 프로필 개체의 복사본을 만듭니다.
IMFASFProfile::CreateMutualExclusion

새 ASF(Advanced Systems Format) 상호 제외 개체를 만듭니다. AddMutualExclusion 메서드를 호출하여 프로필에 상호 제외 개체를 추가할 수 있습니다.
IMFASFProfile::CreateStream

ASF(Advanced Systems Format) 스트림 구성 개체를 만듭니다.
IMFASFProfile::CreateStreamPrioritization

IMFASFProfile::CreateStreamPrioritization 메서드
IMFASFProfile::GetMutualExclusion

프로필에서 ASF(Advanced Systems Format) 상호 제외 개체를 검색합니다.
IMFASFProfile::GetMutualExclusionCount

프로필과 연결된 ASF(Advanced Systems Format) 상호 제외 개체의 수를 검색합니다.
IMFASFProfile::GetStream

스트림 인덱스별로 프로필에서 스트림을 검색하고 스트림 인덱스의 스트림 번호를 검색합니다.
IMFASFProfile::GetStreamByNumber

프로필의 스트림에 대한 ASF(Advanced Systems Format) 스트림 구성 개체를 검색합니다. 이 메서드는 스트림 인덱스 대신 스트림 번호를 기준으로 스트림을 참조합니다.
IMFASFProfile::GetStreamCount

프로필의 스트림 수를 검색합니다.
IMFASFProfile::GetStreamPrioritization

IMFASFProfile::GetStreamPrioritization 메서드
IMFASFProfile::RemoveMutualExclusion

프로필에서 ASF(Advanced Systems Format) 상호 제외 개체를 제거합니다.
IMFASFProfile::RemoveStream

ASF(Advanced Systems Format) 프로필 개체에서 스트림을 제거합니다.
IMFASFProfile::RemoveStreamPrioritization

IMFASFProfile::RemoveStreamPrioritization 메서드
IMFASFProfile::SetStream

프로필에 스트림을 추가하거나 기존 스트림을 다시 구성합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2008 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 wmcontainer.h

추가 정보

ASF 프로필

IMFAttributes

미디어 파운데이션 인터페이스