C# Класс HCS_Encoder.Outputs.SmoothStream.WaveFormatExtensible

A managed representation of the multimedia WAVEFORMATEX structure declared in mmreg.h.
This was designed for usage in an environment where PInvokes are not allowed.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToHexString ( ) : string

Returns a string representing the structure in little-endian hexadecimal format.

The string generated here is intended to be passed as CodecPrivateData for Silverlight 2's MediaStreamSource

ToString ( ) : string

Returns a string representing all of the fields in the object.

Описание методов

ToHexString() публичный Метод

Returns a string representing the structure in little-endian hexadecimal format.
The string generated here is intended to be passed as CodecPrivateData for Silverlight 2's MediaStreamSource
public ToHexString ( ) : string
Результат string

ToString() публичный Метод

Returns a string representing all of the fields in the object.
public ToString ( ) : string
Результат string