VideoEncodingProperties.ProfileId 속성

정의

미디어 형식 프로필을 가져오거나 설정합니다.

public:
 property int ProfileId { int get(); void set(int value); };
int ProfileId();

void ProfileId(int value);
public int ProfileId { get; set; }
var int32 = videoEncodingProperties.profileId;
videoEncodingProperties.profileId = int32;
Public Property ProfileId As Integer

속성 값

Int32

int

미디어 형식 프로필입니다.

적용 대상