Home | History | Annotate | Download | only in cpp

Lines Matching defs:VideoDecoder

16 /// This file defines the API to create and use a VideoDecoder resource.
45 class VideoDecoder : public Resource {
47 /// Default constructor for creating an is_null() <code>VideoDecoder</code>
49 VideoDecoder();
51 /// A constructor used to create a <code>VideoDecoder</code> and associate it
55 explicit VideoDecoder(const InstanceHandle& instance);
57 /// The copy constructor for <code>VideoDecoder</code>.
58 /// @param[in] other A reference to a <code>VideoDecoder</code>.
59 VideoDecoder(const VideoDecoder& other);