共用方式為


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

媒體格式設定檔。

適用於