Property | Type | Description | |
---|---|---|---|
CodecType | CodecType | ||
DataStream | SliceStream | ||
Fact | FactStruct | ||
Format | At3FormatStruct | ||
LoopInfoList | LoopInfoStruct[] | ||
NumberOfLoops | int | ||
PrimaryBuffer | MemoryPartition | ||
PrimaryBufferReaded | int | ||
Smpl | SmplStruct |
Property | Type | Description | |
---|---|---|---|
MaiAT3PlusFrameDecoder | MaiAT3PlusFrameDecoder |
Method | Description | |
---|---|---|
Atrac ( InjectContext InjectContext, CodecType CodecType ) : System | ||
Atrac ( InjectContext InjectContext, byte Data, int DataLength ) : System | ||
Decode ( |
|
|
GetNumberOfSamplesInNextFrame ( ) : int | ||
IDisposable ( ) : void | ||
SetData ( byte Data, int DataLength ) : void |
Method | Description | |
---|---|---|
ParseAtracData ( Stream Stream ) : void |
public Atrac ( InjectContext InjectContext, CodecType CodecType ) : System | ||
InjectContext | InjectContext | |
CodecType | CodecType | |
return | System |
public Atrac ( InjectContext InjectContext, byte Data, int DataLength ) : System | ||
InjectContext | InjectContext | |
Data | byte | |
DataLength | int | |
return | System |
public Decode ( |
||
SamplesOut | ||
return | int |
public GetNumberOfSamplesInNextFrame ( ) : int | ||
return | int |
public SetData ( byte Data, int DataLength ) : void | ||
Data | byte | |
DataLength | int | |
return | void |
protected MaiAT3PlusFrameDecoder MaiAT3PlusFrameDecoder | ||
return | MaiAT3PlusFrameDecoder |