Chan_Prop
云策文档标注
概述
Chan_Prop 是一个 WordPress 类,用于定义通道属性的特征关联。它包含三个公共属性,用于描述通道的索引、位深度和通道数量。
关键要点
- Chan_Prop 类用于表示通道属性,如 property_index、bit_depth 和 num_channels。
- 该类是 WordPress 开发中的一部分,可能用于处理音频、图像或其他多通道数据。
- 文档提供了查看所有引用、Trac 和 GitHub 的链接,便于开发者进一步探索。
原文内容
Source
class Chan_Prop { // Property <-> features associations.
public $property_index;
public $bit_depth;
public $num_channels;
}