AudioTrackDescriptorBlockAlignment Property |
Gets or sets the block alignment of audio frames. This may be a necessary configuration
for some audio types (e.g. WMA Pro).
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int BlockAlignment { get; set; }
Public Property BlockAlignment As Integer
Get
Set
public:
property int BlockAlignment {
int get ();
void set (int value);
}
member BlockAlignment : int with get, set
Property Value
Type:
Int32
The block alignment.
See Also