 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func AVFormatDeinit()
- func AVFormatInit()
- type AVFormatContext
- func (this *AVFormatContext) CloseInput()
- func (this *AVFormatContext) Filename() string
- func (this *AVFormatContext) Free()
- func (this *AVFormatContext) Metadata() *AVDictionary
- func (this *AVFormatContext) NumStreams() uint
- func (this *AVFormatContext) OpenInput(filename string, input_format *AVInputFormat) error
- func (this *AVFormatContext) Streams() []*AVStream
 
- type AVIOFlags
- type AVInputFormat
- type AVOutputFormat
- type AVStream
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AVFormatDeinit ¶
func AVFormatDeinit()
Types ¶
type AVFormatContext ¶
type AVFormatContext C.struct_AVFormatContext
func NewAVFormatContext ¶
func NewAVFormatContext() *AVFormatContext
NewAVFormatContext creates a new format context
func (*AVFormatContext) Metadata ¶
func (this *AVFormatContext) Metadata() *AVDictionary
Return Metadata Dictionary
func (*AVFormatContext) NumStreams ¶
func (this *AVFormatContext) NumStreams() uint
Return number of streams
func (*AVFormatContext) OpenInput ¶
func (this *AVFormatContext) OpenInput(filename string, input_format *AVInputFormat) error
Open Input
type AVIOFlags ¶
type AVIOFlags int
const ( AVIO_FLAG_NONE AVIOFlags = 0 AVIO_FLAG_READ AVIOFlags = 1 AVIO_FLAG_WRITE AVIOFlags = 2 AVIO_FLAG_READ_WRITE AVIOFlags = (AVIO_FLAG_READ | AVIO_FLAG_WRITE) )
type AVInputFormat ¶
type AVInputFormat C.struct_AVInputFormat
func (*AVInputFormat) Description ¶
func (this *AVInputFormat) Description() string
func (*AVInputFormat) Ext ¶
func (this *AVInputFormat) Ext() string
func (*AVInputFormat) MimeType ¶
func (this *AVInputFormat) MimeType() string
func (*AVInputFormat) Name ¶
func (this *AVInputFormat) Name() string
func (*AVInputFormat) String ¶
func (this *AVInputFormat) String() string
type AVOutputFormat ¶
type AVOutputFormat C.struct_AVOutputFormat
func (*AVOutputFormat) Description ¶
func (this *AVOutputFormat) Description() string
func (*AVOutputFormat) Ext ¶
func (this *AVOutputFormat) Ext() string
func (*AVOutputFormat) MimeType ¶
func (this *AVOutputFormat) MimeType() string
func (*AVOutputFormat) Name ¶
func (this *AVOutputFormat) Name() string
func (*AVOutputFormat) String ¶
func (this *AVOutputFormat) String() string
 Click to show internal directories. 
   Click to hide internal directories.