What is SMPTE VC-1? - Silverlight

What is SMPTE VC-1?

VC-1 is a video codec specification standardized by Society of Motion Picture and Television Engineers. It was implemented by Windows Media Video 9. It is supported wide spread standard for HD DVDs, BDs(Blu-ray Disks) and Microsoft Silverlight framework. The SMPTE 421M describes the complete bit stream syntax and is accompanied by two companion documents SMPTE RP 227 and SMPTE RP 228, which describes the VC-1 transport and conformance. The standardization of decoder bit stream facilitates the independent implementation of interoperable VC-1 encoders and decoders.
What is XAML? - Silverlight
XAML stands for Extensible Application Markup Language. It is an XML based markup language. XAML is the language for visual presentation of the application development in MS-Expression Blend...
What are dependency properties in silverlight?
Dependency properties are exposed as CLR properties. Dependency properties’ purpose is to provide a way of computing...
Difference between Finalize() and Dispose() - C#.NET
What is the difference between Finalize() and Dispose()? - Dispose() is called by as an indication for an object to release any unmanaged resources it has held...
Post your comment