| Author |
Message |
Tobia Quantrill
Guest
|
Posted:
Fri Sep 17, 2004 1:59 pm Post subject:
IWMReaderAdvanced::GetMaxOutputSampleSize & IWMReaderAdvance |
|
|
IWMReaderAdvanced::GetMaxOutputSampleSize()
IWMReaderAdvanced::GetMaxStreamSampleSize()
Assume that I have wmv file with one stream - Video. Should this two methods
return same values? (I mean, I have only one output, and only one stream)
|
|
| Back to top |
|
 |
Geoff Dunbar [MSFT]
Guest
|
Posted:
Mon Sep 20, 2004 10:56 pm Post subject:
Re: IWMReaderAdvanced::GetMaxOutputSampleSize & IWMReaderAdv |
|
|
No. GetMaxOutputSampleSize() refers to the samples after they have been
decompressed by the codec, whereas GetMaxStreamSampleSize() refers to the
compressed samples as they exist in the file.
Hope this helps,
Geoff
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Tobia Quantrill" <xeres@eat.me> wrote in message
news:O5UxV0JnEHA.648@tk2msftngp13.phx.gbl...
| Quote: | IWMReaderAdvanced::GetMaxOutputSampleSize()
IWMReaderAdvanced::GetMaxStreamSampleSize()
Assume that I have wmv file with one stream - Video. Should this two
methods
return same values? (I mean, I have only one output, and only one stream)
|
|
|
| Back to top |
|
 |
Tobia Quantrill
Guest
|
Posted:
Tue Sep 21, 2004 2:57 pm Post subject:
Re: IWMReaderAdvanced::GetMaxOutputSampleSize & IWMReaderAdv |
|
|
"Geoff Dunbar [MSFT]" <geoffdu@online.microsoft.com> wrote in message
news:OsUBJO0nEHA.556@tk2msftngp13.phx.gbl...
| Quote: | No. GetMaxOutputSampleSize() refers to the samples after they have been
decompressed by the codec, whereas GetMaxStreamSampleSize() refers to the
compressed samples as they exist in the file.
Hope this helps,
|
Thanks Geoff, it helps! :-)
|
|
| Back to top |
|
 |
|
|
|
|